C - Operators and Expressions
Identify the error in this C code snippet:
int a = 3, b = 4;
if (a = b) {
printf("Equal");
}
int a = 3, b = 4;
if (a = b) {
printf("Equal");
}
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions