Back to Developer Roadmap

Little Endian

src/data/roadmaps/computer-science/content/little-endian@rD_5n5bjiNMVC0cPhEVyG.md

4.0456 B
Original Source

Little Endian

Little Endian is a way of storing data in memory. It is the opposite of Big Endian. In Little Endian, the least significant byte is stored first. In Big Endian, the most significant byte is stored first.

Visit the following resources to learn more: