Multiple Choice
In the following definition, ____ is the structure type name.
Struct Date
{
Int month;
Int day;
Int year;
} birth, current;
A) Date
B) month
C) birth
D) current
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: In dealing with structures, it is important
Q13: A structure's contents consist of the symbolic
Q14: A record is a homogeneous data structure.
Q15: The statement _ passes a copy of
Q16: *(pt.hours) refers to the variable whose address
Q18: _ arrays are two or more arrays,
Q19: _ creates a new data type without
Q20: The structure's form consists of the actual
Q21: Taken together, all the data fields form
Q22: birth.month refers to the birth member of