Computer Applications
Distinguish between the following:
Unary and Binary Operators
Java Operators
22 Likes
Answer
| Unary Operators | Binary Operators |
|---|---|
| It operates on a single operand | It operates on two operands |
| Increment (++) and Decrement (--) operators are examples of Unary Arithmetic Operators | Multiplication (*) and Division (/) are examples of Binary Arithmetic Operators |
Answered By
14 Likes