Computer Science, asked by debjoym, 1 year ago

differentiate between unary,binary,and ternary operators in turbo c++

Answers

Answered by prathikshapadu
3

Uniary Operators- these work on a single operand

Binary Operators- work on 2 operands

Ternary Operators- Work on 3 operators

Similar questions