Home » C Programming » Operators » Question
  1. Choose the easiest numbering system to covert a binary number 1110000111110101.
    1. Octal system
    2. Decimal system
    3. Hexadecimal system
    4. None of the above
Correct Option: C

In hexadecimal, each 4 digit binary represented by a single hexadecimal digit.



Your comments will be displayed only after manual approval.