Home / C Programming / Bitwise Operators :: Discussion

Discussion :: Bitwise Operators

  1. In which numbering system can the binary number 1011011111000101 be easily converted to?

  2. A.
    Decimal system
    B.
    Hexadecimal system
    C.
    Octal system
    D.
    No need to convert

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    Hexadecimal system is better, because each 4-digit binary represents one Hexadecimal digit.


Be The First To Comment