Multiple Choice
If an anonymous union is declared globally (outside all functions) , it must be ________.
A) empty
B) declared static
C) explicitly declared "global"
D) initialized and used outside any function
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Passing a structure as a constant reference
Q7: A good reason to pass a structure
Q9: To dereference a structure pointer, the appropriate
Q10: It is possible for a structure to
Q10: The name of the structure is referred
Q11: Members of a(n)_ union have names, but
Q13: Which of the following is an example
Q35: The structure pointer operator is used to
Q42: The expression s->m; indicates that s is
Q46: With an enumerated data type, the enumerators