Home / C# Programming / Operators :: Discussion

Discussion :: Operators

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

  2. A.
    The | operator can be used to put OFF a bit.
    B.
    The | operator can be used to Invert a bit.
    C.
    The | operator can be used to check whether a bit is ON.
    D.
    The | operator can be used to check whether a bit is OFF.
    E.
    The | operator can be used to put ON a bit.

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment