What is endianness in programming language and networking??
Answers
Answered by
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.
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
English,
7 months ago
Social Sciences,
7 months ago
Science,
1 year ago
Environmental Sciences,
1 year ago
Math,
1 year ago
Math,
1 year ago