• 2022-05-31
    下列语句正确的是( )
    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)
  • B

    内容

    • 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