Operators are special symbols which operates data. it determines the type of operation to be done on data.
Binary operator example : +, *, ==, > etc.
Unary operator example : unary + (Positive), unary – (Negative), ~ (Bitwise Nor) etc.
Operators are special symbols which operates data. it determines the type of operation to be done on data.
Binary operator example : +, *, ==, > etc.
Unary operator example : unary + (Positive), unary – (Negative), ~ (Bitwise Nor) etc.