Computer Science, asked by kingmudashir, 9 months ago

Name the operators listed below
i) < ii) ++ iii) && iv) ?​

Answers

Answered by RounakSarkar
9

1. <

2. ++

3. &&

4. ?:

Ans.

1. Relational Operator

2. Arithmetic Operator (Increment, unary)

3. Logical operator (and)

4. Ternary operator

Answered by aman23567patel
2

Answer:

1. Relational Operator

2. Arithmetic Operator (Increment, unary)

3. Logical operator (and)

4. Ternary operator

Explanation:

Similar questions