重载输入流运算符>>必须使用的原型为
A.istream& operator >> (istream&,<类名>&);
B.istream& operator >>(istream,<类名>);
C.istream operator>>(istream,<类名>&);
D.<类名>operator >>(istream &,<类名>&);
第1题:
重载输入流运算符<<必须使用的原型为( )。
A.ostream& operator>>(ostream&,<类名>);
B.istream& operator>>(istream&,<类名>&);
C.ostream operator>>(ostream,<类名>&);
D.<类名>operator>>(istream &,<类名>&);
第2题:
重载输入流运算符>>必须使用的原型为
A.istream& operator >>(istream&,<类名>&);
B.istream& operator >>(istream,<类名>);
C.istream operator >> (istream,<类名>&);
D.<类名> operator >>(istream&,<类名>&);
第3题:
2、重载输入流运算符>>必须使用的原型为:
A.ostream&operator>>(ostream&,<类名>);
B.istream&operator>>(istream&,<类名>&);
C.ostream&operator>>(ostream,<类名>&);
D.<类名> operator>>(istream&,<类名>&);
第4题:
重载输入流运算符>>必须使用的原型为( )。
A.istream& operator>>(istream&,<类名>&);
B.istream& operator>>(istream,<类名>);
C.istream operator>>(istream,<类名>&);
D.<类名>operator>>(istream&,<类名>&);
第5题:
重载输入流运算符>>必须使用的原型为
A.ostream& operator>>(ostream&,<类名>);
B.istream& operator>>(istream&,<类名>&);
C.ostream operator>>(ostream,<类名>&);
D.<类名>operator>>(istream&,<类名>&);