赞题库-背景图
单项选择题

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

main()
int a=3;
fun(

A.;
&nbs