Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 43dc75f21b Fix missing text in link 2 years ago
..
100-big-endian.md Add content for bitwise bitwise, floating point and endianess 2 years ago
101-little-endian.md Fix missing text in link 2 years ago
readme.md Fix missing text in link 2 years ago

readme.md

Endianess

Endianess is the order in which bytes are stored in memory. The two most common types of endianess are big endian and little endian. Big endian stores the most significant byte first, while little endian stores the least significant byte first.

Free Content What is Endianness? Big-Endian vs Little-Endian Explained with Examples Big Endian vs Little Endian.mp4 Endianness Explained With an Egg - Computerphile