Definitions for "Conditional expression"
A compound expression that contains a condition (the first expression), an expression to be evaluated if the condition has a nonzero value (the second expression), and an expression to be evaluated if the condition has the value zero (the third expression).
See: Boolean expression
See Conditional Expression.
Keywords:  lvalues, void, false, valid, true
a valid lvalue if its type is not void and the true and false branches are both valid lvalues
Keywords:  shorthand, fashion, way, set, values
a way to set values conditionally in a more shorthand fashion than If-Else
a form of if-then-else statement that allows one to choose which patterns are to be matched, based on some condition