问题详情

下列语句中,错误的是( )。

A.const int buffer=-256;

B.const int temp;

C.const double *point;

D.const double *rt=new double(5.5);

未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。 收藏该题
查看答案

相关问题推荐

有如下程序:includeusing name。pace std;class AA{int n:public:AA(int k):n(k){}in

有如下程序: #include<iostream> using name。pace std; class AA{ int n: public: AA(int k):n(k){} in get( ){return n;} int get( )const{return n+1;} }; int main( ){ AA a(5); const AA b(6); cout<<a.get( )<<b.get( ); return 0: 执行后的输出结果是

A.55

B.57

C.75

D.77

如下程序的输出结果是includeusing namespaee std;int main( ){eout.fill('*');eout.

如下程序的输出结果是 #include<iostream> using namespaee std; int main( ){ eout.fill('*'); eout.width(6); cout.fill('#'): eout<(123<endl: return 0; }

A.###123

B.123###

C.***123

D.123***

下列关于Applet生命周期的说法,正确的是

A.void init()在Applet下载前调用

B.void start()只在初始化之后调用

C.void stop()在关闭浏览器时调用

D.stop()总在void destroy()之前被调用

假设有Student表,可以正确添加字段“平均分数”的命令是( )。

A.ALTER TABLE student ADD平均分数 F(6,2)

B.ALTE RDBF Student ADD 平均分数F 6,2

C.CHANGE TABLE Student ADD 平均分数F(6,2)

D.CHANGE TABL Estudent INSERT平均分数6,2

数据库设计过程中,需求分析包括()。

A.信息需求

B.处理需求

C.安全性和完整性需求

D.以上全包括

联系客服 会员中心
TOP