#include #include void main (){ clrscr(); FILE *fp; char ch; fp=fopen("test1.txt","w+"); fputc('a',fp); rewind(fp); ch=fgetc(fp); cout<