C - Operators and Expressions
Identify the error in this code snippet:
int a = 5; int b = 10; int min = a < b ? a, b;
int a = 5; int b = 10; int min = a < b ? a, b;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions