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