YourDictionary

question mark - technical definition


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.



Learn more about question mark

link/cite print suggestion box