单项选择题

有以下程序:
#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.编译出错