Q. What does the function sizeof() return?
β
Correct Answer: (B)
Number of bytes
Explanation: sizeof() returns the size of a data type or object in bytes.