• 2021-04-14
    If a=5、b=6、c=7、d=8、m=2、n=2, what is the value of n, when the following statement is executed? (m=a>b)&&(n=c>d)
  • 2

    内容

    • 0

      23.已知a=6,b=5,c=7,d=8,m=2,n=2,执行(m=a>b)&&(n=c<d)后n的值为

    • 1

      以下程序的运行结果是inta=5,b=6,c=7,d=8,m=2,n=2;(m=a>b)&&(n=c>d);printf("%d",n);

    • 2

      已知a=5,b=6,c=7,d=8,m=2,n=2,执行(m=a>b)&&(n=c A: 1 B: 0 C: 2 D: -1

    • 3

      已知:int a=5,b=6,c=7,d=8,m=2,n=2;,则执行语句(m=a>b)&&(n=c>d);后,n的值_____

    • 4

      设int m=2,n=5; 求解表达式(m=6)||(n=8)后m和n的值分别为____。 A: 2和5 B: 6和5 C: 2和8 D: 6和8