存款、买保险,是属于马斯洛需要层次理论中的()
A.自我实现的需要
B.安全的需要
C.尊重的需要
D.归属的需要
参考答案:B
△ABC中,它的三边分别为a,b,c,若A=120°,a=5,则b+c的最大值为______.
以下程序的输出结果是( )。 #include<stdio.h> struct st int x; int *y; *p;int dt[4] = 10,20,30,40 ;struct st aa[4]= 50,&dt[0],60,&dt[0],60,&dt[0],60,&dt[0]; main() p=aa;printf("%d\n",++(p->x));
A.10
B.11
C.51
D.60