单项选择题

下列程序执行后输出的结果是______。
int d=l;
fun(int p)
int d=5;
d+=p++;
printf("%d,",d);

main()
int a=3;
fun(

A.;
&nbs