单项选择题

以下程序的输出结果为______。 #include <stdio.h> #define F(y) 3.84+y #define PR(a) printf("% d", (int) (a)) #define PRINT(a) PR(a); putchar(’\n’) main() { int x=2; PRINT(F(3) *x); }

A.8
B.9
C.10
D.11
题目列表

你可能感兴趣的试题

微信扫码免费搜题