A: if(a > b > c) temp=a
B: if((a=b) > 0) temp=a;
C: int a=b=c=4
D: int a;scanf(%d,a)
举一反三
- 下列语句正确的是( ) A: if(a >; b >; c) temp=a B: if((a=b) >; 0) temp=a; C: int a=b=c=4 D: int a;scanf(%d,a)
- 若定义某字节变量temp=0x01;下列可以实现temp右移三位的语句是? A: temp=temp>>3; B: temp=temp<<3; C: temp=_crol_(temp,3); D: temp=_cror_(temp,3);
- There are ( ) basic paths for the following program.int FUN(int count, int flag){ int temp=0; while(count>0){ if(0==flag){ temp=count+100; } else{ if(1==flag) temp=temp+10; else temp=temp+20; } count--; } return temp;} A: 2 B: 3 C: 4 D: 4
- 定义一个函数实现交换x和y的值,并将结果正确返回。能够实现此功能的是() A: swapa(int x,int y){ int temp;temp=x;x=y;y=temp;} B: swapb(int *x,int *y){ int temp;temp=x;x=y;y=temp;} C: swapc(int *x,int *y){ int temp;temp=*x;*x=*y;*y=temp;} D: swapd(int *x,int *y){ int *temp;temp=x;x=y;y=temp;}
- Java中下列数据类型,必须进行强制转换的是( )。 A: float —> int B: short —> long C: float —> double D: int —> char
内容
- 0
已定义:int x, y; 下列输入语句中正确的( )。 A: cin(x, y); B: cin << x, y; C: cin >> x, y; D: cin >> x >> y;
- 1
请阅读下面的程序 public class Test { public static void main(String[] args) { int a = { 2, 0, 4, 1, 8, 3, 5 }; int temp; for (int i = 0; i < a.length - 1; i++) { for (int j = a.length - 1; j > i; j--) { if (aj < aj - 1) { temp = aj; aj = aj - 1; aj - 1 = temp; } } } for (Integer i : a) { System.out.print(i); } }} 下列选项中,哪个是程序的运行结果() A: 8543210 B: 0123458 C: 2041835 D: 以上答案都不对
- 2
下列选项中输出结果是True的是( )。 A: >>> chr(10).isnumeric() B: >>> chr(13).isprintable() C: >>> "Python".islower() D: >>> isinstance(255,int)
- 3
在C语言中,定义一个函数f1如下: f1(int x,int y) { static int count=0; int temp; temp=x; x=y; y=temp; count++; } 则下列叙述正确的是( ) ,,
- 4
测斜时,可以通过()等测量参数来判断数据的准确性。 A: Gt,TEMP B: Gt,Bt,DIP C: Gt,RPM D: Bt,ROP