C - Operators and Expressions
What will be the output of this C code?
int a = 10, b = 3;
int result = a / b;
printf("%d", result);int a = 10, b = 3;
int result = a / b;
printf("%d", result);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions