南开大学 / C语言程序设计
正确率:100%
若要打开D盘上user文件夹下名为abc.txt的文本文件进行读、写操作,符合此要求的函数调用是()。
A.fopen(“D:\user\abC.txt”,“r”)
B.fopen(“D:userabC.txt”,“w”)
C.fopen(“D:\user\abC.txt”,“r+”)
D.fopen(“D:userabC.txt”,“rb”)
参考答案:
佳题速递: