Multiple choice

“&&” operator is used for

  1. disjunction

  2. dereference

  3. conjunction

  4. scaling

  5. sequencing

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

Conjunction is a C++ operator used for concatenation of two statements. Its symbol is “&&”.