#include <stdio.h> int main(int argc, char *argv[]) { FILE *fp; fp=fopen("C://a.txt","w+"); int i=1; fseek(fp,long(i),SEEK_END); return 0; }