Question: 8. Suppose the following declaration. union double a; struct int b; double c; d; int e; int f; u; If an int occupies four bytes,

8. Suppose the following declaration. union double a; struct int b; double c; d; int e; int f; u; If an int occupies four bytes, a double occupies eight bytes, and the compiler inserts no "holes" in the storage for u, how many bytes will be allocated for u
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
