单项选择题

单个用户使用的数据视图的描述称为

A) 外模式
B) 概念模式
C) 内模式
D) 存储模式
<上一题 目录 下一题>
热门 试题

单项选择题
有如下语句序列: int k=0: d0k+=5;cout<<‘$’; while(k<19); while(k-->0)cout<<‘*’; 执行上面:的语句序列输出字符“$”和“*”的个数分别是( )。
A) 4和20
B) 5和20
C) 4和21
D) 5和21
单项选择题
有如下程序: #include<iostream> using namespace std; class Test public: Test() n+=2; ~Test() n-=3; static int getNum() return n; private: static int n; ; int Test::n=1; int main() Test *p=new Test; delete p; cout<< n= <<Test::getNum()<<endl; return 0; 执行后的输出结果是( )。
A) n=0
B) n=1
C) n=2
D) n=3
相关试题
  • 如果表达式--x y中的“--”和“ ”是...
  • 下列叙述不属于线性链表较之线性表顺序存储...
  • 在C++中用来实现运行时多态性的是
  • 类的析构函数的作用是( )。
  • 在公有派生时,派生类中定义的成员函数只能...