1.

union demo{ float x; int y; char z[10];};7.Members of a union are accessed as________________.

A. union-name.member
B. union-pointer->member
C. Both a & b
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found