C++中定义标准输入输出的库为

C++中定义标准输入输出的库为
A、stdio
B、math
C、iostream
D、stdlib
【正确答案】:C
【题目解析】:C++中定义标准输入输出的库为iostream, stdio是C语言中定义标准输入输出的库。