单选题 若有以下程序:
#include<stdio.h>
void f(int n);
void main()
{ void f(int n),
f(5);
}
void f(int n)
{ printf("%d/n",n);}
则以下叙述中不正确的是 ____
【正确答案】 C
【答案解析】