Vidyalelo
Computer Science · Q375

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 375

Q375

Format flags may be combined using the _____

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

Answer: Option A

Solution

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