We didn’t expect ____________ you here. [ ]
A. see
B. to see
C. seeing
答案:B
随机抽样的方法有分层随机抽样、分群随机抽样和( )。
A.简单随机抽样 B.任意随机抽样C.就便随机抽样 D.配额随机抽样
以下程序的输出结果是______。 #include <stdio.h> main() int a[5]=2,4,6,8,10,*p; p=a; p++; printf("%d",*p);