单项选择题

下列程序执行后输出的结果是 ( )
#include<stdio.h>
f(int

A.
int b=0;
static c=3;
a=c++,b++;
return(A) ;

main()
int a=2,i,k;
&
B.0
C.5
D.4