题目:有以下程序#include #defineSUB(a)(a)-(a) main() {inta=2,b=3,c=5,d; d=SUB(a+b)*c; printf("%d ",d); } 程序运行后的输出结果是_______A、0B、-12C、-20D、10标准答案:C 点击显示答案