Examveda

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


This Question Belongs to C Program >> Structure And Union

Join The Discussion

Related Questions on Structure and Union