申请人应当如实提交有关材料,反映真实情况,对申请材料内容的()负责,并承担法律责任。
A.真实性
B.危险性
C.安全性
D.实用性
参考答案:A
英语动词“be”有多种变化形式,下列句子中只有()使用正确。
A.HebegoodchilD.
B.Iamateacher.
C.Theyispeasant.
D.Youwasworkers.
有以下程序 #include"iostream.h" void main( ) { int i=1,j=1,k=2; if( (j++||k++)&&i++) cout < < i < < "," < < j < < "," < < k; cout< <end1; } 执行后输出结果是( )。
A. AAAAAA
B. LLLLLL
C. CCCCCC
D.999999