I bet it doesn't
i compiled that code after replacing
if (strcmp(name, "bruce") != 0 && age != 40);
with
if (strcmp(name, "bruce"), age != 1 && age != 40)
and, it is not showing any error message.
I bet it doesn't
i compiled that code after replacing
if (strcmp(name, "bruce") != 0 && age != 40);
with
if (strcmp(name, "bruce"), age != 1 && age != 40)
and, it is not showing any error message.