单项选择题
设计数据库的存储结构属于( )。
A) 需求分析
B) 概念设计
C) 逻辑设计
D) 物理设计
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
单项选择题
以下程序的输出结果是 #include<iostream.h> voidmain() charx=040; cout<<(x<<1);
A.100
B.80
C.64
D.32
点击查看答案&解析
单项选择题
有如下程序: #include < iostream > using namespaee std; class Basel public : Basel(int d) cout <<d; ~Basel () ; class Base2 public : Base2 ( int d) cout << d ; ~Base2() ; class Derived : public Base1 ,Base2 public : Derived(int a, int b, int c, int d) :Base1(b), Base2(a), b1(d), b2(e) private : int b1 ; int b2 ; ; int main() Derived d(1,2,3,4) ; return 0 ; 执行这个程序的输出记过是( )。
A) 1234
B) 2134
C) 12
D) 21
点击查看答案&解析
相关试题
有如下程序: #include <iostream> u...
索引属于
有如下程序: #include<lostreanl> us...
一个类的友元函数或友元类能够通过成员操作...
下列关于运算符重载不正确的是()