赞题库-背景图
单项选择题

以下程序的输出结果是( )。fun(intx) main(){int p; {if(x==0‖x==1)return(3); printf(’’%d\n’’,fun(7));p=x一fun(x一2); }return p;}

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