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