InterviewSolution
Saved Bookmarks
| 1. |
The size of a union is determined by the size of the __________(a) First member in the union(b) Last member in the union(c) Biggest member in the union(d) Sum of the sizes of all membersThe question was posed to me in quiz.My enquiry is from Unions in section Structures, Unions and Bit-Fields in C of C |
|
Answer» CORRECT CHOICE is (c) Biggest MEMBER in the union The BEST explanation: None. |
|