网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句组的选项是 ( )。
A.ofstream cfile; cfile.open( "d : ofile.txt" );
B.ofstream * cfile = new ofstream; cfile -> open( "d : ofile.txt );
C.ofstream cfile( "d: ofile.txt" );
D.ofstream * cfile = new( "d : ofile.txt" )
参考答案
更多 “ 以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句组的选项是 ( )。A.ofstream cfile; cfile.open( "d : ofile.txt" );B.ofstream * cfile = new ofstream; cfile -> open( "d : ofile.txt );C.ofstream cfile( "d: ofile.txt" );D.ofstream * cfile = new( "d : ofile.txt" ) ” 相关考题
考题
以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句是( )。A.ofstream myfile;mynle.open(“d:ofile.txt”);B.ofstream * mynle=new ofstream;mynle->open(“d:Ofile.txt”);C.ofstream myhle(“d:ofile.txt”);D.ofstream * mynle=new(“d:ofile.txt”);
考题
以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句是A.ofstream myfile:myfile, open("d:ofile.txt");B.ofstream *myfile=new ofstream;myfile->open("d;ofile.txt");C.ofstream myfile("d:ofile.txt");D.ofstream *myfile=new ("d:ofile.txt");
考题
以下不能正确创建输出文件对黎并使其与磁盘文件相关联的语句是( )。A.ofstreammyfile;myfile.open("d:ofile.txt");B.ofstream*myfile=newofstream;myfile-open("d:ofile.txt”);C.ofstreammyfile("d:ofile.txt");D.ofstream*myfile=new("d:ofile.txt");
考题
下列关于在Windows 98资源管理器中“查找”文件或文件夹的描述,正确的是________。A.可以按照文件或文件夹的名称和位置查找B.查找的位置只能是某个磁盘,而不能是某个磁盘中的文件夹C.可以按照文件中所包含的文字查找D.可以按照文件类型和文件的创建或修改时间查找,但不能按照文件大小查找
考题
15、以下语句创建student数据库,完善该语句,在用户定义文件组stgp创建次数据文件stdat。 CREATE DATABASE student ON (NAME = student, FILENAME = 'E:\mydb\student.mdf' ), ____________ stgp (NAME = stdat, FILENAME = 'E:\mydb\studat.ndf' )
考题
设要把一个文件输出流对象myFile与文件“f:myText.txt”相关联,所用的C++语句是ifstream myFile("f:myText.txt",ios::in|ios::out);
考题
3、以下关于文件操作的叙述中,不正确的是:A.打开文件的目的是使文件对象与磁盘文件建立联系B.文件读写过程中,程序将直接与磁盘文件进行数据交换C.关闭文件的目的之一是保证将输出的数据写入硬盘文件D.关闭文件的目的之一是释放内存中的文件对象
热门标签
最新试卷