Question: stion: 12 Consider the following declaration union abc { char ch1; float y; char ch2; }; abc X; Assume that objects of the type char

stion: 12 Consider the following declaration union abc { char ch1; float y; char ch2; }; abc X; Assume that objects of the type char and float occupy 1 byte and 4 bytes respectively. The memory requirement for variable X is 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
