Ternary conditional operator
Appearance
This a C programming method of performing an if statement. The syntax is:
[Test Condition] ? [If True] : [If False]
This a C programming method of performing an if statement. The syntax is:
[Test Condition] ? [If True] : [If False]
This article is a stub. You can help Wikipedia by expanding it. |