有如下程序: #include<iostream> using namespac

题型:单项选择题

问题:

有如下程序:
#include<iostream>
using namespace std;
class Base
int x;
public:
Base(int n=0):x(n)cout<<n;
int getX()constreturn x;
;
class Derived:public Base
mt y;
public:
Derived(int m,int n):y(m),Base(n)cout<<m;
Derived(int m):y(m)cout<<m;
;
int main()

Derived d1(3),d2(5,7);
return 0;

执行这个程序的输出结果是______。

A.375
B.357
C.0375
D.0357

考点:计算机等级考试C++C++语言笔试
题型:单项选择题

Roger病的缺损直径为()

A.小于5mm

B.大于5mm

C.小于10mm

D.大于10mm

E.大于15mm

题型:单项选择题

I'd like to know if Lin Tao is the second _____ boy in his class. [ ]

A. older

B. the older

C. oldest

D. the oldest

题型:单项选择题

C++程序是从 【10】 函数开始执行的。

题型:单项选择题

合金钢中可形成碳化物的合金元素有()。

A、Ti,Zr,Nb,V,Mo,Ni,Co,Mn

B、Ti,Zr,Nb,V,W,Mo,Cr,Mn

C、Ti,Zr,Cu,V,W,Mo,Cr,Mn

D、Ti,Zr,Nb,V,W,Mo,Co,Mn

题型:单项选择题

下列哪项储蓄业务的本金是属于分次存入的?()

A.存本取息

B.定活两便

C.教育储蓄

D.通知存款

更多题库