ternary operator
Jump to navigation
Jump to search
English
[edit]Noun
[edit]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.
Translations
[edit]operator taking three operands
|