Name the operators listed below
i) < ii) ++ iii) && iv) ?
Answers
Answered by
9
1. <
2. ++
3. &&
4. ?:
Ans.
1. Relational Operator
2. Arithmetic Operator (Increment, unary)
3. Logical operator (and)
4. Ternary operator
Answered by
2
Answer:
1. Relational Operator
2. Arithmetic Operator (Increment, unary)
3. Logical operator (and)
4. Ternary operator
Explanation:
Similar questions