Multiple choice

Which of the following is not the type of operator used in C#?

  1. Assignment operator

  2. Conditional operator

  3. Relational operator

  4. Bitwise operator

  5. All of the above

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

All of the above are the types of operators used in C#.