Computer Science, asked by shubhamsparky8577, 1 year ago

explain unary binary and ternary operators in c++

Answers

Answered by MEBAWSE
0
Unary operators are those operators which perform operations on one operand.
Binary operators are those operators which require 2 operands to operate upon.
Answered by chaitanyakrishn1
0
Unary operators

Operators which work on operand

Binary operators

Operators which work on two operands.
Similar questions