Here we learn about Big-Endian and Little-Endian byte ordering, also known as Endianness of a machine. Given a multi-byte data type such as a 32-bit integer, there are two ways in which the data could be stored in machine memory. Some machines support the big-endian format and others support the little-endian format.
To help us remember, the Little-endian format is the opposite of our human writing style.
See bit swap problem here: • How to Swap adjacent bits in a number - B...
See Bit Manipulation Interview Preparation Series here:
• Bit Manipulation Interview Series
You could follow us on Facebook and Instagram:
Facebook : / firmwarecode
Instagram : / firmwarecode
#bitmanipulation #bitalgorithm
コメント