Home / C Programming / Bitwise Operators :: Discussion

Discussion :: Bitwise Operators

  1. Which bitwise operator is suitable for turning off a particular bit in a number?

  2. A.
    && operator
    B.
    & operator
    C.
    || operator
    D.
    ! operator

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment