单项选择题

以下程序的输出结果是
intf()
static int i=0;
int s=1;
s+=i;i++;
retumS;
main()
int i,a=0;
for(i=0;i<5;i++)a+=f();
printf("%d\n",

A.;A) 20B) 24C) 25D)