Q. What is the Error of this program?
Code:
#include <stdio.h>
#define CONDITION(x)
printf("letsfindcourse");
int main()
{
CONDITION(0);
return 0;
}
β
Correct Answer: (C)
Compilation error