南开大学 / 程序设计基础(下)
正确率:100%
下列插入和提取运算符重载的函数原型中,正确的是()。
A.istream& operator>>(istream&,自定义类型&)
B.istream& operator>(ostream&,自定义类型&)
C.ostream& operator<<(istream&,自定义类型&)
D.ostream& operator<<(ostream&,自定义类型&)
参考答案:
佳题速递: