Question: For C declaration shown below, show how the data is stored in little-endian and big-endian format after execution. Assume every location in the memory is
For C declaration shown below, show how the data is stored in little-endian and big-endian format after execution. Assume every location in the memory is a byte long and int occupies 4 bytes. Assume the variables are stored in a continuous fashion in the memory starting from location 0x1000. Clearly show your conversion steps.
float a = 1.625;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
