Vidyalelo
C Programming · Q23

Structure and Union

Programming · C Programming · question 23

Q23

What is the size of an empty structure in C?

A.
0 bytes
Answer
B.
1 byte
C.
It varies depending on the compiler
D.
4 bytes

Answer: Option A

Solution

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