Vidyalelo
C++ Programming · Q15

Structures and Unions in C++

Programming · C++ Programming · question 15

Q15

What does the 'sizeof' operator return when used with a structure in C++?

A.
Size of the last member of the structure
B.
Size of the first member of the structure
C.
Size of the structure
Answer
D.
Address of the structure

Answer: Option C

Solution

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