C - Operators and Expressions
Find the error in this C code snippet:
int x = 10;
int y = 3;
int z = x / y.0;
printf("%d", z);int x = 10;
int y = 3;
int z = x / y.0;
printf("%d", z);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions