网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
若有以上说明: var i:integer;r:real;c;char; 则下列for循环中不合法的是( )。
Afor r:=1.5 to 4.5 do write(r)
Bfor c:=‘e‘ downto ‘b‘ do write(c)
Cfor i:=45 to 5 do write(i)
Dfor i:=1 to 100 do write(i)
参考答案
更多 “ 若有以上说明: var i:integer;r:real;c;char; 则下列for循环中不合法的是( )。 Afor r:=1.5 to 4.5 do write(r)Bfor c:=‘e‘ downto ‘b‘ do write(c)Cfor i:=45 to 5 do write(i)Dfor i:=1 to 100 do write(i) ” 相关考题
考题
设有说明 TYPE byte=0.。7; word=0.。15; num=Real; VAR a:byte;b,c:word;d:Integer;c:num;f:Char; 下面哪一组变量的类型是相容的而不是同一的
Aa和cBc和fCc和dDc和d
考题
若有以下程序段: include using namespace std; int main() {char*p="abcdefgh",*r;l
若有以下程序段:include <iostream>using namespace std;int main(){char*p="abcdefgh",*r;long*q;q=(long*)p;q++;r=(char*)q;cout<<r<<end1;return 0;}该程序的输出结果是【 】。
考题
若有如下程序:include using namespace std;int main(){ char *p="abcdefgh",*r; lon
若有如下程序: #include <iostream> using namespace std; int main() { char *p="abcdefgh",*r; long *q; q=(long *)p; q++; r=(char *)q; cout<<r<<end1; return 0; } 上述程序的输出结果是( )。A.abcdefghB.0C.abcdD.efgh
考题
若有如下程序段: include using namespace std; int main() {char*p="abcdefgh",*r;l
若有如下程序段:include <iostream>using namespace std;int main(){char *p="abcdefgh",*r;long *q;q=(long *)p;q++;r=(char *)q;cout<<r<<end1;return 0;}该程序的输出结果是______。
考题
在MATLAB中实现计算如下表达式 1、z = 3+4i; theta = angle(z); a = real(z); b = imag(z); y = conj(z); x = exp(i*pi/6); r = abs(theta); 2、a = -8; r = a^(1/3); 3、s1 = char(100); v1 = abs(s1);
考题
以下所列的函数首部说明形式中,正确的是___A.void play(var :Integer,var b:Integer)B.void play(int a,int b)C.void play(int a,b)D.Sub play(a as integer,b as integer)
热门标签
最新试卷