rewind function is used to move file pointer position to the beginning of the file. In a C program, we use rewind() as below. rewind(fp);. File operation.
確定! 回上一頁