KnowledgeBoat Logo
|

Computer Applications

Distinguish between the following:

Unary and Binary Operators

Java Operators

21 Likes

Answer

Unary OperatorsBinary Operators
It operates on a single operandIt operates on two operands
Increment (++) and Decrement (--) operators are examples of Unary Arithmetic OperatorsMultiplication (*) and Division (/) are examples of Binary Arithmetic Operators

Answered By

14 Likes


Related Questions