压力容器按承受压力时所处的应力状分为()容器。
A、薄壁
B、中壁
C、厚壁
参考答案:A, C
The skirt _______ she is wearing today was a birthday present from her mother. [ ]
A. this
B. whose
C. what
D. that
有以下程序 void f( int y,int *x) { y=y+*x; *x=*x+y;} main( ) { int x=2,y=4; f(y,&x); printf(“%d %d\n”,x,y);} 执行后输出的结果是【 】。