ternary operator

From Wiktionary, the free dictionary
Archived revision by Stepanps (talk | contribs) as of 23:15, 24 November 2019.
Jump to navigation Jump to search

English

English Wikipedia has an article on:
Wikipedia

Noun

ternary operator (plural ternary operators)

  1. (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.