Sunday, November 02, 2025 15:55

Posts Tagged ‘conditional operator’

Conditional (ternary) operator

Friday, January 6th, 2017

Conditional operator is a bit harder to explain. It takes an expression which produces a Boolean result in order to determine which of two other expressions will be calculated and have its value returned as a result. Its sign is ?:Read more