Term of the Moment

electric aviation


Look Up Another Term


Definition: question mark


In C programming, the question mark is used as a conditional symbol. For example, in the expression x1 ? x2 : x3, if x1 is not zero, then x2 is evaluated, otherwise x3 is evaluated.