There are mainly two types of system based on endianness available to us.
1) Big endian
2) Little endian
1) Big endian
2) Little endian
To convert one number other endianness system, we have to change order of all bytes.
Following is implementation of above algorithm in c language.
Please write comments if you find anything wrong or you want to add something more related to this topic.
No comments:
Post a Comment
Write your comment here.