問題詳情

33)有以下程序  #include   int fun int x,int y)  { if x!=y) return x+y)/2);   else return x);  }  main)  { int a=4,b=5,c=6;   printf"%dn",fun2*a,funb,C;  }  程序运行后的输出结果是  
(A)3
(B)6
(C)8
(D)12

參考答案

答案:B
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)

內容推薦