问题
单项选择题
若要打开A盘上user子目录下名为abc.txt的文本文件进行读、写操作,下面符合此要求的函数调用是()。
A.fopen("A:\user\abC.txt","r")
B.fopen("A:\\user\\abC.txt","r+")
C.fopen("A:\user\abC.txt","rb")
D.fopen("A:\\user\\abC.txt","w")
答案
参考答案:B
若要打开A盘上user子目录下名为abc.txt的文本文件进行读、写操作,下面符合此要求的函数调用是()。
A.fopen("A:\user\abC.txt","r")
B.fopen("A:\\user\\abC.txt","r+")
C.fopen("A:\user\abC.txt","rb")
D.fopen("A:\\user\\abC.txt","w")
参考答案:B