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