Look at the following code.
union Values{ int ivalue; double dvalue;};
Values v;
Assuming that an int uses four bytes and a double uses eight bytes, how much memory does the variable v use?
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.