in reply to Re: Ternary operator (there's no Trinary operator )
in thread Ternary operator (there's no Trinary operator )
My copy of K&R (second edition) says 'ternary operator':
"The conditional expression, written with the ternary operator ``?:'', provides an alternate way to write this and similar constructions."
from section 2.11