what will be the output?

#includestdio.h
#define NULL "error";
int main()
{
char *ptr = NULL;
printf("%s",ptr);
return 0;
}

Posted on by