精神发育迟滞患者伴有精神病性症状的有()
A.10%~20%
B.21%~40%
C.41%-60%
D.61%~70%
E.71%~80%
参考答案:C
main函数中发生编译错误的语句是______。 #include<iostream.h> class A { public: int a; const int b; A( ):a(10),b(20){} void fun( )const { cout<<"a="<<a<<"\tb="<<b<<endl; } }; void main( ) { A obj1; const A*ptr=new A; ptr=&obj1; ptr->a=100; ptr->fun( ); }
更法改图