Q. What does the 'sizeof' operator in C++ return?
β
Correct Answer: (A)
The size of a variable in bytes
Explanation: The 'sizeof' operator in C++ returns the size of a variable or data type in bytes.