单选Pectoral girdle includes two bones clavicle and ___________
A. pelvis
B. ilium
C. pubis
D. scapula
查看答案
单选Which bone is on the little finger side of the forearm? ( )
A. phalanges
B. humerus
C. ulna
D. tibia
在C语言中,一维数组的定义方式为:类型说明符 数组名_______。
A. [常量表达式]
B. [整型表达式]
C. [整型常量或整型表达式]
D. [整型常量]
以下定义中,可以正确定义一个一维数组的是_____。
A. int x=10;int a[x];
B. int a[0-9]
C. int[10] a;
D. int a[2*5]
C语言规定,对于一个具有N个元素的一维数组,其下标的取值范围是_____。
A. 0~N
B. 1~N
C. 0~N-1
D. N~1