InterviewSolution
Saved Bookmarks
| 1. |
Give one example each of unary and binary operators |
|
Answer» Arithmetic operator are of 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.please mark me as brainliest answer and GIVE THANKS |
|