Vidyalelo
C++ Programming · Q1

C++ miscellaneous

Programming · C++ Programming · question 1

Q1

What does the 'sizeof' operator return in C++?

A.
Size of a data type in bits
B.
Size of a data type in bytes
C.
Size of a variable in bytes
Answer
D.
Size of a variable in bits

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board