Thursday, April 18, 2024 15:32

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


Follow the white rabbit