

InterviewSolution
Saved Bookmarks
1. |
Explain unary binary and ternary operator with example. |
Answer» An operator is called a unary, binary, or ternary operator BASED on the NUMBER of operands. If an operator takes one OPERAND, it called a unary operator; if it takes two operands, it called a binary operator; if it takes THREE operands, it called a ternary operator |
|