选择题

在语句“cout<<´ A´;”中, cout 是

【正确答案】 B
【答案解析】

cout 是在 iostrem 文件中定义的全局对象, #include <iostream>能生成此对象, 便可直接使用。