self Maths Puzzle

In C the difference between a normal global variable and a static global variable is:

Read Solution (Total 1)

self Other Question

How far must the fish be from the higher pole, if the two birds flying at identical speedsleave their respective perches simultaneously and reach the fish at the same time? What will this program display if the zzz.c exixts in C:TCSAMPLE subdirectory?#includevoid main(){FILE *fp;int ch;fp = fopen("C:TCSAMPLEZZZ.C","t");while((ch = fgetc(fp))!=-1)printf("%c",ch);
}