单项选择题

有以下程序:
void f(int*q)
int i=0;
for(;i<5;i++)(*q)++;
main()
int a[5]=1,2,3,4,5,i;
f(

A.;
for(i=0;i<5;i++)printf("%d,",