Definify.com
Definition 2024
ternary_operator
ternary operator
English
Noun
ternary operator (plural ternary operators)
- (programming) An operator taking three operands, specifically the operator
?:
used in many programming languages to select one of two values depending on a third value.