单项选择题
A.ff是某个类的数据成员,func是该类的友元函数 B.ff是某个类的数据成员,func是该类的成员函数 C.this->ff和ff是同一个变量 D.func不是一个静态成员函数
A.outfilseekp(321,ios_base::cu; B.outfilseekp(321,ios_base::bg; C.outfilseekp(-321,ios_base::be; D.outfilseekp(-321,ios_base::cu;
A.template<CLASS Q> B.template<CLASS Q> Q F(Q {retum Q+x;) Q F(Q {return x+x;} C.template<classT> D.template<class T> TF(T {return x*x;) Bool F(t{return x>1;)