填空题
cerr与cout的差别在于:cerr是 ______ 重定向的,cerr不能被缓冲,它的输出直接传达到标准输出设备上。
【参考答案】
不能
点击查看答案
<上一题
目录
下一题>
热门
试题
填空题
类继承中,缺省的继承方式是 ______。
点击查看答案
填空题
有如下程序: #include<iostream> using namespace std; template<typename T> T total(T * data) T s=0; While(* data)s+ = *data + +; return s; int main() int x[]:2,4,6,8, 10, 12, 14, 16, 18; cout<<total(x); return 0; 执行上面程序的输出是 ______。
点击查看答案
相关试题
为了便于对照检查,测试用例应由输入数据和...