A-A+
若要打开A盘中user子目录下名为aaa.txt的文本文件进行读 写操作 下面符合此要求的函
问题详情
若要打开A盘中user子目录下名为aaa.txt的文本文件进行读、写操作,下面符合此要求的函数调用是()
A.fopen("A:useraaa.txt","r")
B.fopen("A:\user\aaa.txt","r+")
C.fopen("A:useraaa.txt","rb")
D.fopen("A:\user\aaa.txt","w")请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:B