测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A37052. #include<stdio.h>main(){ int a=0,b=1,c=2; if(++a>0||++b>0) ++c; printf("%d,%d,%d",a,b,c); }输出结果

单选题 困难

题目描述

#include<stdio.h>

main()

{

    int a=0,b=1,c=2;

    if(++a>0||++b>0)

    ++c;

    printf("%d,%d,%d",a,b,c);

 }

输出结果:

选项(单选)

上一题 下一题