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

Join The Discussion