what is the output?

#includestdio.h
int main()
{
printf("Line :%d\n", __LINE__ );
return 0;
}

Posted on by