C - Operators and Expressions
Identify the problem in this code:
int x = 7;
int y = 2;
int z = x / y;
printf("%f", z);int x = 7;
int y = 2;
int z = x / y;
printf("%f", z);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions