logo

Crowdly

union U {       short s;       char c[2];   } u = {0xA1B2};   On a little-endia...

✅ 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?

100%
0%
More questions like this

Want instant access to all verified answers on distance.digipen.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!