What is the size of an empty structure in C?
A. 0 bytes
B. 1 byte
C. It varies depending on the compiler
D. 4 bytes
Answer: Option A
A. 0 bytes
B. 1 byte
C. It varies depending on the compiler
D. 4 bytes
Answer: Option A
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above
Join The Discussion