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