C - Operators and Expressions
Identify the error in this code:
int a = 10;
int b = 0;
int c = a / b;
printf("%d", c);int a = 10;
int b = 0;
int c = a / b;
printf("%d", c);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions