Unary Operators
Unary Operators
Syntax,
{
Body;
-> No argument
Binary operator
The operator which requires two operands for its
operations is known as binary operators.
Example: binary plus (+), binary minus (-), greater than
(>), less than (<) and equality operator (==) etc.
Syntax,
Return type operator binary operator (argument list)
{
Body;