The rewind() function in C++ sets the file position indicator to the beginning of ... EOF) putchar(c); rewind(fp); putchar('\n'); while ((c = getc(fp)) !=
確定! 回上一頁