题目详情
单选题 若要打开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")
学科:程序设计基础
时间:2023-12-21 04:47:20
相关题目
相关作业