Computer Science, asked by rafeeqbadu123, 7 months ago

== comes under which type of operator?​

Answers

Answered by Anonymous
1

Answer:

two types: Unary Operators: Operators that operates or works with a single operand are unary operators. For example: (++ , –) Binary Operators: Operators that operates or works with two operands are binary operators

Answered by imtiyazallam
0

Answer:

== operator comes under relational operator. It is a binary operator. By using this method you can get boolean value which is either true or false.

Similar questions