✏️ Explanatory Question

Name the operators listed below:

  1. <
  2. ++
  3. &&
  4. ? :

👁 74 Views
📘 Detailed Answer
🟢 Easy
📅 PYQ 2017
💡

Answer with Explanation

  1. Less than operator. (It is a relational operator)
  2. Increment operator. (It is an arithmetic operator)
  3. Logical AND operator. (It is a logical operator)
  4. Ternary operator. (It is a conditional operator)