单选题
C++语言本身没有定义I/O操作,使用I/O流的程序需要包括( )。
A、
stdio.h
B、
istream.h
C、
ostream.h
D、
iostrcam.h
【正确答案】
D
【答案解析】
[解析] 在C++中使用I/O流的程序需要包括iostream.h。
提交答案
关闭