Vidyalelo
C++ Programming · Q25

Operators and Expressions in C++

Programming · C++ Programming · question 25

Q25

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

A.
Size in bytes
Answer
B.
Size in bits
C.
Memory address
D.
Value of the variable

Answer: Option A

Solution

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