[单选题]
有以下程序______。 #define P 3 void F(int x){ return(P*x*x); } main() { printf("%d/n",F(3+5));} 程序运行后的输出结果是______。
A.192
B.29
C.25
D.编译出错
参考答案与解析: