网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
假设fin是一个文件流对象,则关闭文件的语句是______。
参考答案
更多 “ 假设fin是一个文件流对象,则关闭文件的语句是______。 ” 相关考题
考题
( 16 )要建立文件流并打开当前目录下的文件 file.dat 用于输入,下列语句中错误的是A ) ifstream fin=ifstream.open ( "file.dat" ) ;B ) ifstream*fir.=new ifstream ( "file.dat" ) ;C ) ifstream fin; fin.open ( "file.dat" ) ;D ) ifstream *fin=new ifstream ( ) ; fin 一 open ( "file.dat" ) ;
考题
要建立文件流并打开当前目录下的文件file.dat用于输入,下列语句中错误的是A.ifstream fin=ifstream.open(”file.dat”);B.ifstream*fin=new ifstream(”file.dat”);C.ifstream fin;fin.open(”file.dat”);D.ifstream*fin=new ifstream();fin-open(”file.dat”);
考题
要建立文件流并打开当前目录下的文件6le.dat用于输入,下列语句中错误的是( )。A.ifstream fin=ffstream.open(”file.dat”);B.ifstream*fin=new ifstream(”file.dat”);C.ifstream fin;fin.open(”file.dat”);D.ifstream*fin=new ifstream;fin-open(”file.dat”);
考题
下面是关于文件关闭的4种叙述,错误的是 ______。A.当一个Visual Basic程序运行END语句之后,将自动关闭所有打开的数据文件B.可以用CLOSE语句关闭所有打开的数据文件C.CLOSE语句可以关闭指定且已打开的某个或某几个数据文件D.CLOSE语句只能关闭一个打开的数据文件
考题
关于Close语句的叙述正确的是( )。A.执行Close语句后,所有打开的文件也会自动关闭。B.打开文件后,必须要用Close语句关闭文件,否则当程序结束时,产生一个错误C.执行Close语句后,程序将关闭所有窗口D.执行Close语句后,每次只能关闭一个文件,否则要用Reset语句
考题
下面程序代码中fin为istream流类对象,并打开了一个文件, …… while(fin) { fin>>ch>>math>>eng>>phy; { // 若读取文件数据正常 float avg=1.0*(math+eng+phy)/3; } }
考题
设要把一个文件输出流对象myFile与文件“f:myText.txt”相关联,所用的C++语句是ifstream myFile("f:myText.txt",ios::in|ios::out);
热门标签
最新试卷