Home / Questions / Name the operators listed below: < ++ && ? :
Explanatory Question

Name the operators listed below:

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

👁 74 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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)