What does the expression (a > b) ? a : b do in C?
Compares a and b, returns the smaller
Compares a and b, returns the greater
Returns the average of a and b
Always returns a
This question is part of this quiz :