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

Verified
Correct Answer:
Verified
Related Questions
Q20: Each structure member is accessed by giving
Q21: In practice, most structure handling functions get
Q22: The _ operator restores a block of
Q23: Structure _ can be any valid C++
Q24: By convention, the first letter of a
Q26: A structure is a(n) _ data structure,
Q27: Assuming Employee is an already declared structure,
Q28: Structure members can be passed to a
Q29: Both arrays and structures are _ data
Q30: The NULL pointer value, like its end-of-string