Latest self Aptitude Question SOLUTION: What will this program display if the zzz.c exixts in C:\TC\SAMPLE subdirectory?#includevoid main(){FILE *fp;int ch;fp = fopen("C:\TC\SAMPLE\ZZZ.C","t");while((ch = fgetc(fp))!=-1)