What is Hexadecimal ? Bit Manipulation

Опубликовано: 01 Декабрь 2021
на канале: Firmware
1,697
37

Here we learn about Hexadecimal Number System. Programmers love Hexadecimal numbers because its very easy to visualize and code Binary numbers when written in Hexadecimal form. This is specially useful when we create Masks, and also to define Ranges and Constants.
Where Decimals number system has 10 symbols which are 0,1,......9, Hexadecimal Number System has 16 symbols which are 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E and F. The symbols A to F here signify the values 10 to 16.

See Bit Manipulation Interview Preparation Series here:
   • Bit Manipulation Interview Series  

You could follow us on Facebook and Instagram:
Facebook :   / firmwarecode  
Instagram :   / firmwarecode  

#BitManipulation #BitAlgorithms #Hexadecimal #Binary