Right choice is (b) Ternary Operators work with 3 operands while unary operators work with 1 operand
The explanation is: The term “ternary” depicts three and the term “unary” depicts the term one. So therefore, ternary operators need 3 operands and unary operators use 1 operand.
Eg:-