Pages1

Showing posts with label Endianess. Show all posts
Showing posts with label Endianess. Show all posts

C program to know "Endianess" of target (Underlying processor)

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?