Programming MCQS - QUESTION DETAILS

What does the 'sizeof' operator return for a pointer variable?
A. Size of the pointer
B. Size of the data type pointed to
C. Size of the memory allocated
D. Size of the address

'sizeof' returns the size of the pointer variable.

Similar Questions

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?