Vidyalelo
C Programming · Q19

Structure and Union

Programming · C Programming · question 19

Q19

When should you use a structure instead of an array in C?

A.
When you need to store elements of different data types
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board