C - Operators and Expressions
Identify the error in this C code using the ternary operator:
int a = 10; int b = 20; int max = a > b ? a, b;
int a = 10; int b = 20; int max = a > b ? a, b;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions