单项选择题
A.21B.23C.22D.24
A.C++语言的语法知识B.组装计算机C.程序设计的基本原理D.使用C++语言编写程序
A.ofstream fout;fout.open(“test.dat”);B.ofstream fout;fout.open(“test.dat”,ios::binary );C.ofstream *p =new ofstream(“test.dat”,ios::binary );D.ofstream fout(“test.dat”,ios::binary );
A.排序B.定义变量C.查找D.数据处理
微信扫一扫,加关注免费搜题