Write the declaration of a union called Items with the following members. Then define an Items union variable named anItem.
alpha: a character // 1 byte
num: an integer // 4 bytes
bigNum: a long integer // 4 bytes
real: a double // 8 bytes
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.