Re: Little Endian: What would be the no stroed at memory location 0x0001



2005 <uws2003@xxxxxxxxx> wrote in message
news:1164744168.129420.145540@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

It is given that the number 0x0abc1234 is stored in a four-byte
integer, starting a location memory 0x0000.

What would be the no stroed at memory location 0x0001?

Hello,

By far the easiest way to solve these little mysteries is to code it and
find out exactly how it applies in your application. You will encounter
endian issues from time to time.

http://en.wikipedia.org/wiki/Endianness


.