小儿体重7kg,身高65cm,头围42cm,能独坐一会儿,不能听懂自己的名字,此小儿的年龄是()
A.5个月
B.6个月
C.7个月
D.8个月
E.9个月
参考答案:B
根据不同入选物料性质实施:矸多断排,矸少连排。
下列程序的输出结果是( )。 #include<iostream> using namespace std; int main() { char a[]="Hello,Test"; char *p=a; while(*p) { if(*p>='a'&&*p<='z') cout<<char(*p+'A'-'a'); else cout<<*p; p++; } return 0; }
A.hello,test
B.Hello,Test
C.HELLO,TEST
D.hELLO,tEST