Multiple Choice
This is like a structure, except all members occupy the same memory area.
A) array
B) union
C) structure pointer
D) array of pointers
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: In C++11, you can use a new
Q11: Before a structure can be used it
Q19: It is possible for a structure variable
Q20: Which of the following statements outputs the
Q39: Any mathematical operations that can be performed
Q40: You cannot directly assign an enumerator to
Q41: This is required after the closing brace
Q45: When a structure is passed _ to
Q46: This allows you to access structure members.<br>A)structure
Q48: A declaration for an enumerated type begins