Q19
When should you use a structure instead of an array in C?
A.
When you need to store elements of different data types
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board