hi,

how to calculate the size of a file after opening and write somthing in to file.

fp=fopen(PATH,"a+");
fprintf(fp,"%s\n","text");

after writing into file how we know memory occupied by file.

thnx in advance.