单项选择题有下列程序: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));执行后的输出结果是( )。
单项选择题下列选项中不会引起二义性的宏定义是( )。