Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Format flags may be combined using the _____

  2. A.
    bitwise OR operator(|)
    B.
    logical OR operator (||)
    C.
    bitwise AND operator (&)
    D.
    logical AND operator (&&)

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment