differentiate between unary,binary,and ternary operators in turbo c++
Answers
Answered by
3
Uniary Operators- these work on a single operand
Binary Operators- work on 2 operands
Ternary Operators- Work on 3 operators
Similar questions