#includestdio.h
#define FALSE -5
#define NULL 0
#define TRUE 10

int main(){
if(TRUE-10)
printf("NULL");
else if(FALSE)
printf("TRUE");
else
printf("FALSE");
return 0;
}
Guess the output

Posted on by