问答题
i++一下代码的输出结果是?
问答题 .#define DOUBLE(x) x+x ,i = 5*DOUBLE(5); i是多少?
问答题 编写一个宏,实现判断数组a元素的个数。
问答题 char a[5][4],a的地址为0,问printf(“%d”,a[4]+3)值