Multiple Choice
A(n) ____ is a data type that reserves the same area in memory for two or more variables, each of which can be a different data type.
A) array
B) register
C) structure
D) union
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q24: The -> operator has a lower priority
Q25: A union reserves sufficient memory locations to
Q26: _ is equivalent to (*pointer).member.<br>A)pointer.member<br>B)pointer>member<br>C)pointer->member<br>D)pointer@member
Q27: A structure definition statement is identical to
Q28: If pt is declared as a pointer