单项选择题

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

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

main()
int a=2,i,c;

B.7
C.6
D.5