== comes under which type of operator?
Answers
Answered by
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
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