Assume a computer has 32-bit integers. Show how the value 0x0001122 would be stored sequentially in memory, starting at address 0x000, on both a big endian machine and a little endian machine, assuming that each address holds one byte.
Address Big Endian Little Endian
0x000
0x001
0x002
0x003



Answer :

Other Questions