Question: Consider executing the following C code on a Little-Endian machine, with 16-bit short int s, 32-bit int s, and 64-bit long s. Give the value
Consider executing the following C code on a Little-Endian machine, with 16-bit short ints, 32-bit ints, and 64-bit longs.
Give the value of i (in hex, without the 0x) after the code is executed.
int i = 0x12135470 short int *ptrs = (short int *)&i; *ptrs = 5895;
Please show all work and write legibly. Thank You.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
