若要打开E盘上user子目录下名为test.txt的文本文件进行读写操作,下面符合此要求的函数调用是()。


若要打开E盘上user子目录下名为test.txt的文本文件进行读写操作,下面符合此要求的函数调用是()。

A、fopen(";

E、\user\test.txt";,";r+";);

B、fopen(";

E、\user\test.txt";,";w+";);

C、fopen(";

E、\user\test.txt";,";r";)

D、fopen(";

E、\user\test.txt";,";w";);

正确答案:A


Tag:函数 操作 时间:2024-09-13 17:23:31