更多“语句:“printf("%d",(a=)&&(b=-2));”的输出结果是( )。A.无输出 B.结果是不确 ”相关问题
  • 第1题:

    若有正确定义语句: double x=5.16894; 语句printf(“%fn”,(int)(x*1000+0.5)/(double)1000);的输出结果是().

    A.输出格式说明与输出项不匹配,输出无定值

    B.5.170000

    C.5.168000!

    D.5.169000


    5.169000

  • 第2题:

    语句“printf("%d",(a=2) && (b=-2));”的输出结果是()。

    A.0

    B.1

    C.2

    D.-2


    错误

  • 第3题:

    27、语句: printf(“%d”,(a=2)&&(b=-2));的输出结果是__________。


    1024

  • 第4题:

    语句printf(“%d”,(a=2)&&(b= -2));的输出结果是

    A.-1

    B.0

    C.1

    D.无输出

    E.编译错误


    可工作在方式0和方式1

  • 第5题:

    【单选题】语句:printf("%d",(a=2)&&(b= -2);的输出结果是()。

    A.无输出

    B.结果不确定

    C.-1

    D.1


    1024