A-A+

有以下程序#include <stdio.h>#define P 24;#define S(x) P*x+x;main(){ int a=2 b=2; p

2020-10-12 15:32:48 IT认证 阅读

问题详情

有以下程序#include <stdio.h>#define P 24;#define S(x) P*x+x;main(){ int a=2, b=2; printf("%d ",S(a+b));}程序的运行结果是A.程序编译运行时报错,无法输出 B.54 C.96 D.100

参考答案

考点: