'sizeof' returns the size of the pointer variable.
Which method is used to read data from the keyboard in Java?
How do you create an object of a class in Java?
What is the output of printf("%c", 'a' - 32);?
Which method is called to compare objects for equality in Java?
What is the purpose of the 'super()' constructor in Java?
What is the role of the 'static' keyword in Java?
What is the purpose of the 'getch' function in C?
What is the role of the 'auto' keyword in C?
What is the purpose of the 'fflush' function in C?
How do you declare a function pointer in C?