网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若磁盘上已存在某个文本文件,其全路径文件名为d:\shiti\tes.txt,下列语句中不能打开该文件的是( )。
A.ifstream file("d:\shiti\test.txt");
B.ifstream file("d:\\shiti\\test.txt");
C.ifstream file;file.open("d:\\shiti\\test.txt");
D.ifstream* pFile = new ifstream("d:\\shiti\\test.txt");
参考答案
更多 “ 若磁盘上已存在某个文本文件,其全路径文件名为d:\shiti\tes.txt,下列语句中不能打开该文件的是( )。A.ifstream file("d:\shiti\test.txt");B.ifstream file("d:\\shiti\\test.txt");C.ifstream file;file.open("d:\\shiti\\test.txt");D.ifstream* pFile = new ifstream("d:\\shiti\\test.txt"); ” 相关考题
考题
若磁盘上已存在某个文本文件,其全路径文件名为 d:\ncre\test.txt ,下列语句中不 能打开该文件的是A . ifstream file("d:\ncre\test.txt") ;B . ifstream file("d:\ncre\test.txt");C . ifstream file; file.open("d:\ncre\test.txt");D . ifstream* pFile=new ifstream("d:\ncre\test.txt");
考题
在文件使用方式中,字符串rb表示( ) 。
A. 打开一个已存在的二进制文件,只能读取数据B. 打开一个文本文件,只能写入数据C. 打开一个已存在的文本文件,只能读取数据D. 打开一个二进制文件,只能写入数据
考题
若磁盘上已存全路径文件名为c:\ctest\test.txt的文件,下面语句中不能打开该文件的是( )。A.ifstream *pFile=new ifstream("c:\\ctest\\test.txt");B.ifstream file("c:\\ctest\\test.txt");C.ifstream file;file.open("c:\\ctest\\test.txt");D.ifstream file("c:\etest\test.txt");
考题
objFSO.OpenTextFile(“a.txt”,1,True)的第三个参数意义是什么?A.以只读的方式打开文本文件 B.以附加到文件后面的方式打开文本文件C.若打开的文件不存在,就建立 D.若打开的文件不存在,仍不建立
考题
若磁盘上已存在某个文本文件,其全路径文件名为d:\ncre\test.txt,下列语句中不能打开该文件的是A.ifstream file("d:\ncre\test.txt");B.ifstream file("d:\\ncre\\test.txt");C.ifstream file;file.open("d:\\ncre\\test.txt");D.ifstream* pFile=new ifstream("d:\\ncre\\test.txt");
考题
若用open()函数打开一个文本文件,文件不存在则创建,存在则完全覆盖,则文件打开模式是________。A."w"B."r"C."x"D."a"
热门标签
最新试卷