conditional operator

ternary operator "x ? y : z" in many programming languages, whose value is y if x evaluates to true and z otherwise

카테고리: