Two common methods of byte ordering in multibyte scalar types are big-endian
and little-endian in the execution environment
. Big-endian is a format for
storage of binary data in which the most significant byte is placed first,
with the rest in descending order
. Little-endian is a format for storage of
binary data in which the least significant byte is placed first, with the rest
in ascending order
. This subclause describes the endianness of the scalar types
of the execution environment
.