快乐学习 一个网站喵查铺子(catpuzi.com)全搞定~

下面程序运行后的输出结果是#include   int main() {     int a=3,b=4,c=5,d=2;     if(a>b)     {           if(b>c)          {               printf("%d",d++ +1);          }          else          {               printf("%d",++d +1);          }    }    printf("%d\n",d);    return 0; }

A、2
B、3
C、43
D、44
喵查答案:2

喜欢 (0)
关于作者: