Question: Which of the following operators can be used to do a short-circuit evaluation?

  1. `\++`
  2. `\--`
  3. `\==`
  4. `\|\|`

Answer: The correct answer of the above question is Option D:`\|\|`