• 2022-06-12
    在使用完一个文件后应该关闭该文件,以防止它再被误用。关闭文件的函数为:( )
    A: exit(0);
    B: eturn;
    C: eak;
    D: fclose(文件指针);