Q. What is the size of an empty structure in C?
β
Correct Answer: (D)
Compiler dependent
Explanation: Size of an empty struct is compiler dependent, often 1 byte to ensure uniqueness of address.