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

Discussion :: Object Oriented Programming Using C++

  1. Format flags may be combined using

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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment