题目 / 答案提交正确答案
以下程序的输出结果是()。 #include <stdio.h> #define MUL(x,y) (x)*y #include “stdio.h” int main(void) { int a=3,b=4,c; c=MUL(a++,b++); printf("%d",c); return 0; }
A.12
B.15
C.20
D.16
正确答案:A
关键字 浏览量:次
上一篇:以下程序的运行结果是()。 #define MAX(A,B) (A)>(B)?(A): (B) #define P
下一篇:若有如下宏定义: #define X 5 #define Y X+1 #define Z Y*X/2 则执行以下prin
相关问题
【智慧树】以下程序的输出结果是()。 int main() { int a[5]={1,2,3}; printf(“%d\n”,a
【智慧树】以下程序的输出结果是()。 int main(){ int i, k,a[10]={1,5,3,4,2,8,9,6,7,
【智慧树】以下程序的输出结果是()。 int main() { int a[5]={1,2,3}; printf(“%d\n”,a
【智慧树】以下程序的输出结果是()。 #include "stdio.h" int main() { int
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main(void) { int
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main() { int a[ ]
【智慧树】以下程序的输出结果是()。 #include <stdio.h> int main() { int a=1,