In computer and data communication, endianness refers to the ordering of bytes of a multi-byte data type in memory. In little endian systems, least significant byte is stored first in the memory and subsequent bytes are stored in the higher memory addresses. Similarly, in big endian systems, bytes are stored in the reverse order, i.e. … Continue reading “What is Endianness? Difference between Big Endian and Little Endian”