A C programmer often encounter to a situation where it is impetative to know the underlying processor type;
How processor treat with data while storing in memory in "Little Endian" format or in "Big Endian" format?
How processor treat with data while storing in memory in "Little Endian" format or in "Big Endian" format?