进出口货物报关都要经历申报、配合查验、缴纳税款或免纳监管手续费、提取或者装运货物等基本环节。 ( )
参考答案:对
有如下程序: #include <stdio.h> int func(int a,int b)return(a+b): main()int x=2,y=5,z=8,r; r=func(func(x,y),z); printf("%d\n",r); 该程序的输出结果是( )。
A.12
B.13
C.14
D.15