要打开文件 D:\file.dat,并能够写入数据,正确的语句是( )。
(A)ifstream infile("D:\\file.dat", ios::in );
(B)ifstream infile("D:\\file.dat", ios::out );
(D)ofstream outfile("D:\\file.dat", ios::in );
(D)fstream infile("D:\\file.dat", ios::in|ios::out );
Scratch3.0 全国青少年软件编程等级考试 Python Scratch图形化一级 Scratch图形化四级 Scratch图形化三级 Scratch图形化二级 电子学会