What is difference between unary operator and ternary operator
Answers
Answered by
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