Multiple choice

Which of the following operators are used to carry out the comparison among operands in C++?

  1. Arithmetic operators

  2. Logical operators

  3. Bitwise operators

  4. Relational operators

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

These operators are used to carry out the comparisons among two operands.