若要打开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