单项选择题

有以下程序 fun(int x) { int p; if(x= =0 || X= =1)return(3); P=x-fun(x-2); return P; main() { printf("%d\n",fun(7));} 执行后的输出结果是【 】。

A.7
B.3
C.2
D.0