单项选择题

以下程序运行后的输出结果是
#include
void fun(int P)
int d=2;
 P=d++; printf("%d", P);
 main()
int a=1;
 fun(

A.; printf("%d\