Computer Science, asked by manashberiwal6493, 8 months ago

What is difference between unary operator and ternary operator

Answers

Answered by shameerm081
0

Answer:

All operators in Swift can be categorized as unary, binary, or ternary. Unary operators perform an action upon a single operand, binary operators perform an action upon two operands, and ternary operators perform an action involving three operands

Explanation:

hope this will help you

Similar questions