Vidyalelo
Computer Science · Q4

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 4

Q4

Format flags may be combined using

A.
the bitwise OR operator (|)
Answer
B.
the logical OR operator (||)
C.
the bitwise AND operator (&)
D.
the logical AND operator (&&)
E.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board