网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
语句Print Sgn(-5^2)+Abs(-5^2)+int(-5^2)的输出结果是 ( )

A.-1

B.35

C.0

D.6


参考答案

更多 “ 语句Print Sgn(-5^2)+Abs(-5^2)+int(-5^2)的输出结果是 ( ) A.-1B.35C.0D.6 ” 相关考题
考题 窗体上有语句Printsgn(-5.1^2)+Abs(Int(-5.1^2)),运行后输出结果是( )。A.52.2B.25.01C.26D.28

考题 有以下程序 main0 {int a=l,b=3,c=5; int *p 1 =a,*p2--b,*p=c; *p-~pl*(*p2); print~"%dXn",c); } 执行后的输出结果是______。A.1B.2C.3D.4

考题 语句Print 5/4*6\5 Mod 2的输出结果是( )。A.0B.1C.2D.3

考题 语句:print 5*5\5/5输出结果是( )A.5B.25C.0D.1

考题 语句:print sgn(-6^2)+Abs(-6^2)+int(-6^2)的输出结果是( )A.-36B.1C.-1D.-7252967.以下语句a=sqr(3)print format(a,####.###)的输出结果是( )A.1.732B. 0001.732C.###1.732D. 1.7320

考题 下面程序的输出结果是()。includemain(){int a[]={1,2,3,4,5,6,7,8,7,10},*p;p=a;print 下面程序的输出结果是( )。 #include<stdio.h> main() {int a[]={1,2,3,4,5,6,7,8,7,10},*p; p=a; printf("%d\n",*p+8); }A.0B.1C.10D.9

考题 下述程序的输出结果是()。includevoid main(){int a[5]={1,2,3,4,5};int *p=a,**q=p 下述程序的输出结果是( )。 #include<stdio.h> void main() {int a[5]={1,2,3,4,5}; int *p=a,**q=&p; printf("%d,",*(p++)); printf("%d",**q);}A.2,2B.1,1C.3,4D.1,2

考题 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A..36B.1C.-1D.-72

考题 执行语句Print "Sgn(-34)=";Sgn(-34)后,其输出结果是 A.Sgn(-34)=34 B.Sgn(-34)=-34 C.Sgn(-34)=+1 D.Sgn(-34)=-1

考题 执行下列语句段后程序的输出结果是______。int x[]={1,2,3,4,5};int q=x;cout*(++q)<<end1;

考题 语句Print 5*5\5/5的输出结果是( )。 A、0B、 1C、 5D、25

考题 以下程序的输出结果是 ( ) fun (int x,int y, int z) { z=x * x+y * y;} main( ) { int a=31; fun(5,2,a); print{("%d",a); }A.0B.29C.31D.无定值

考题 下列程序的执行结果是______。 print(int*b,int m) { int i; for(i=0;i<m;i++) {*b=i; b++; } printf("%d\n",*--B) ; } main() { int a[5]=}1,2,3,4,5}; print(a,5);}A.5B.4C.3D.2

考题 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1S 语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是( )。A.-36B.1C.-1D.-72

考题 语句Print Sgn(-5.1^2)+Abs(Int(-5.1^2))的输出结果是( )。A.52.2B.25.01C.26D.28

考题 语句Print5/4*6\5Mod2的输出结果是( )。A.0B.1C.2D.3

考题 语句Print 5/4*6\5 Mod 2的输出结果是A. 0B.1C.2D.3

考题 以下程序的输出结果是_______。 main() { int a[4][4]={{1,3,5},{2,4,6},{3,5,7}); Print("%d%d%d%d\n",a[0][3],a[l][2],a[2] [1],a[3][0]); }A.650B.1470C.5430D.输出值不定

考题 下面四个语句中,输出逻辑为“真”的是()。A.Print Not(3+51 And 32 Or 2 下面四个语句中,输出逻辑为“真”的是( )。A.Print Not(3+5<4+6)B.Print2>1 And 3<2C.Print 1>2 Or 2>3D.Print Not(1>2)

考题 下列程序的执行结果是______。 X=-6^2 Print Sgn(x)+Abs(x)+Int(x)A.-36B.1C.-1D.-72

考题 以下程序的输出结果是______。 inlude main() { int a=2,b=5; printf("a=%%d,b=%%d\n", 以下程序的输出结果是______。 #inlude<stdio.h> main() { int a=2,b=5; printf("a=%%d,b=%%d\n",a,b); }A.a=2,b=5B.a=%2,b=%5C.a=%%d,b=%%dD.a=%d,b=%d

考题 以下程序的输出结果是()。includeint fan(int);main(){int w=5; fun(w);printf("\n");} 以下程序的输出结果是( )。 #include <stdio.h> int fan(int); main() { int w=5; fun(w); printf("\n"); } fun(int k) { if(k>0) fun(k-1); printf("%d",k); }A.5 4 3 2 1B.0 1 2 3 4 5C.1 2 3 4 5D.5 4 3 2 1 0

考题 语句Print 5*5/5/5的输出结果是()。A5B25C0D1

考题 语句Print Sgn(Abs(-6^2))的输出结果是()A、-1B、1C、-36D、36

考题 语句Print5*5\5/5的输出结果是()A、5B、25C、0D、1

考题 单选题语句Print Sgn(-6^2)+Abs(-6^2)+Int(-6^2)的输出结果是(  )。A -36B 1C -1D -72

考题 单选题语句Print Sgn(Abs(-6^2))的输出结果是()A -1B 1C -36D 36