Science, asked by IshitGarg4031, 1 year ago

What is endianness in programming language and networking??

Answers

Answered by Sushank2003
3
Endianness is an order to store bytes into the memory or to send over the wire , I meant to say sending data in the network.
There are two types of endianness i.e little endian and big endian. 
Little endian when lower bytes of a data are stored from lower address to higher address while in case of big endian it will be in the reverse order.
Similar questions