✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
union U {
short s;
char c[2];
} u = {0xA1B2};
On a little-endian system, what is the value of u.c[0] in hexadecimal?
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!