填空题
程序 #include" iostream.h" void main( ) { int i=10; jnt j=5; cout < < j+i++ < < end1; } 的结果为【 】
【参考答案】
O
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
请将如下程序补充完整,使得输出结果为:bbaa#includeusing namespace std;class A{public:______{cout<<”aa”;});class B.public A{ public: ---B(){cout<<“bb”;)); int main(){B *p=new B}delete P,return 0;}
点击查看答案
填空题
函数重载要求重载的函数必须有和原函数一样的【 】。
点击查看答案&解析
相关试题
如果要把返回值为void的函数A声明为类B的友...
C++语言支持的两种多态性分别是编译时的...
以下函数 rotate 的功能是:将 a 所指...
请定义一个函数名为A,返回值为int,没有参...
以下程序用于判断 a、b、c 能否构成三角...