Home / C# Programming / Operators :: Discussion

Discussion :: Operators

  1. Which of the following statements are correct about the Bitwise & operator used in C#.NET?

    1. The & operator can be used to Invert a bit.
    2. The & operator can be used to put ON a bit.
    3. The & operator can be used to put OFF a bit.
    4. The & operator can be used to check whether a bit is ON.
    5. The & operator can be used to check whether a bit is OFF.

  2. A.
    1, 2, 4
    B.
    2, 3, 5
    C.
    3, 4
    D.
    3, 4, 5
    E.
    None of these

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment