—Could you please tell me ______ —Go upstairs and turn left.
A. what is the teacher's office
B. what the teacher's office is
C. where is the teacher's office
D. where the teacher's office is
查看答案
有以下程序: void main() int m=3,n=4,x; x=-m++: x+=8/++n: printf("%d\n",x); 程序运行后输出的结果是( )。
A. 3
B. 5
C. -1
D. -2
有以下程序: void main() int i=1,j=2,k=3; if(i++=-j&&k--==j) printf("%d,%d,%d”,i++,j,k); else printf("%d,%d,%d",++i,++j,k--); 程序运行后输出的结果是( )。
A. 1,2,3
B. 2,2,3
C. 2,3,2
D. 3,3,3
《人民警察法》第27条规定:“录用人民警察,必须按照国家规定,( ),严格考核,择优选用。”
A. 公开选拔
B. 公开考试
C. 内部考试
D.逐级选拔
以下选项中合法的实型常数是( )。
A. 5E2.0
B. E-3
C. .2EO
D. 1.3E