硬膜外血肿CT下的形状是()
A.新月形
B.梭形、双凸形
C.圆形
D.鹿角状
E.长条形
参考答案:B
I really enjoyed your speech, ______ there were some parts I didn’t quite understand.
A.because
B.unless
C.though
D.after
以下能正确定义一维数组的选项是()
A、int num[ ];
B、#define N 100
int num[N];
C、int num[0..100];
D、int N=100; int num[N];