以下程序的输出结果是______。 include<stdio.h> define FUDGE(y) 2.84+y define PR(A) printf("%d",(int)(a) ) define PRINT1(A) PR(a) ;putchar('\n') main() { int x=2; PRINT1(FUDGE(5)*X); }

A.11 B.12 C.13 D.15

时间:2023-03-18 16:25:55

相似题目