What is the output of the following program?
#includestdio.h 

int main()
{
FILE *fp;
fp=fopen("c:\tc\file.c", "r");
if(!fp) printf("sookshmas beyond knowing");
fclose(fp);
return 0;
}




Posted on by