@RL_Dane As a PHP developer, I'm pretty used to the ternary operator, and even to the null-coalescing operator (??), which is not ternary, but it's pretty similar.
In normal use, the ternary operator is less verbose than an if/else statement. That said, I don't remember ever seeing, or needing, it in C.