When should you use a structure instead of an array in C?
A. When you need to store elements of different data types
B. When you need a fixed-size collection of elements
C. When you need a dynamic collection of elements
D. When you need to perform mathematical operations
Answer: Option A
Related Questions on Structure and Union
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