Give the storage representation for: union { int A; char B; struct { int C; int D} E } (i.e., label where each variable is allocated in the vector below.)
Fill in the blank(s) with the appropriate word(s).
A, B, C and E all have the same address. D follows.
Computer Science & Information Technology