时间:2012-10-01 18:47:14
{ int a=4,b=5,c=6;
printf("%dn",fun(2*a,fun(b,c)));
}
程序运行后的输出结果是
A)3 B)6 C)8 D)12
(34)有以下程序
#include
电脑版 | 手机版 | 返回顶部