[问题3] 一般来说网站的默认文档名称是什么
参考答案:“Index.htm”或“Index.html”
浅孔爆破的炮孔孔径小于(),孔深小于()。
下列程序的输出结果是______。int d=1;fun(int p) static int d=5; d+=p; printf("%d ",d); return(d);main() int a=3;printf("%d\n",fun(a+fun(d)));
A.6 9 9
B.6 6 9
C.6 15 15
D.6 6 15