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