Computer Science, asked by swapnilbaviskar1, 9 months ago

what is the significance of unary, binary and ternary operators in c++?

Answers

Answered by AzariahisThick0993
0

Answer:

In C programming language, unary, binary &ternary operators are useful for carrying out mathematical operations. Binary operators are the one that operate on two operands e.g. '+', ' -', ' *', '/'. Syntax can be like int C=a+b; Ternary operators are the one that operates on three operands.

Explanation:

Similar questions