True/False
There is no aggregate initialization available for structure variables.You must declare structure variables then use assignment to initialize the members.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: A structure member is access using the
Q12: A C++ structure,or struct,like the C++ array,is
Q13: Carefully define mutator and accessor functions of
Q14: What is the error in the following
Q15: Consider the class and struct definitions
Q17: A structure can have a member whose
Q18: A class type cannot be used in
Q19: A member of a structure or of
Q20: A structure variable can be defined directly
Q21: It seems that mutator and accessor functions