The ghostly presence was just a (n)_________ sensation of some people.
A. objective
B. subjunctive
C. subjective
D. ejective
查看答案
He was caught ______ when the judge produced the evidence against him.
A. off-limit
B. off-site
C. off-side
D. off-balance
You should ______ all the information needed for your application.
A. seize
B. acquire
C. capture
D. snatch
下列合法的if 语句是(int x,y,z,a,b;)
A. if (a=b) z = x+y;
B. if (a= C. if (a<>b) z = x+y;
D. if (a<=b) z = x+y;
有下列程序段:int a=2;if (1) a=a+2;printf (" %d", a);输出结果是()
A. 0
B. 4
C. 2
D. 1