网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若要“向文本文件尾增加数据”,在fopen函数中应使用的文件方式是 ( )
A.ab+
B.a
C.ab
D.a+
参考答案
更多 “ 若要“向文本文件尾增加数据”,在fopen函数中应使用的文件方式是 ( )A.ab+B.aC.abD.a+ ” 相关考题
考题
若要打开A盘中user子目录下名为aaa.txt的文本文件进行读、写操作,下面符合此要求的函数调用是( )A.fopen("A:\user\aaa.txt","r")B.fopen("A:\\user\\aaa.txt","r+")C.fopen("A:\user\aaa.txt","rb")D.fopen("A:\\user\\aaa.txt","w")
考题
若在fopen函数中使用文件的方式是"wb +",该方式的含义是( )A.为读/写打开一个文本文件B.为输出打开一个文本文件C.为读/写建立一个新的文本文件D.为读/写建立一个新的二进制文件
考题
若要打开A盘中user子目录下名为aaa.txt的文本文件进行读、写操作,下面符合此要求的函数调用是( )。A.fopen("A:\user\aaa.txt","r")B.fopen("A:\\user\\aaa.txt","r=")C.fopen("A:\user\aaa.txt","rb")D.fopen("A:\\user\\aaa.txt","w")
考题
若要打开A盘上的user子目录下的名为abc.txt的文本文件进行读写操作,下列符合此要求的函数调用是:A.fopen("A:userabc.txt","r");B.fopen("A:userabc.txt","r+");C.fopen("A:userabc.txt","rb");D.fopen("A:userabc.txt","w");
考题
调用 fopen 函数打开一文本文件,在"使用方式"这一项中, 向已存在的文本文件尾增加数据需填入 。
热门标签
最新试卷