Union person Char name 30 Int age Float height void main person-05236
Union person{ Char name[30]; Int age; Float height; }; void main(){ person abc; } How many bytes will be allocated to abc;
This multiple choice question (MCQ) is related to the book/course vu cs410 Visual Programming. It can also be found in vu cs410 Final Term - Quiz No.2.