Let’s start our discussion with a very few lines of C – C #include <stdio.h> int main() { int x = 97; char… Read More
Tag Archives: Little Endian
What are these? Little and big endian are two ways of storing multibyte data-types ( int, float, etc). In little endian machines, last byte of… Read More