Question: Variable x has 4-byte value of 0x01A2B3C5. The address given by &x is 0x100. Show below how the bytes of x are ordered in memory
Variable x has 4-byte value of 0x01A2B3C5. The address given by &x is 0x100. Show below how the bytes of x are ordered in memory for both big endian and for little endian.
Big Endian 0x100 0x101 0x102 0x103
Little Endian 0x100 0x101 0x102 0x103
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
