C | Operators | Question 27
Which of the following is not a logical operator?
(A) &&
(B) !
(C) ||
(D) |
Answer: (D)
Explanation: &&– Logical AND
!– Logical NOT
||– Logical OR
|– Bitwise OR(used in bitwise manipulations)
Quiz of this Question
Attention reader! Don’t stop learning now. Get hold of all the important C++ Foundation and STL concepts with the C++ Foundation and STL courses at a student-friendly price and become industry ready.