圆锥的侧面是一个______面,把侧面展开得到一个______.
圆锥的侧面是一个曲面,把侧面展开得到一个扇形.
故答案为:曲,扇形.
中国移动“10086”客服热线属于()品牌。
A.企业
B.客户
C.服务
D.技术
有以下程序: #include<stdlib.h> main( ) { char *p ,* q; p=(char * )malloc(sizeof(char) * 20);q=p; scanf("%s%s",p,q); printf("%s%s\n",p,q); } 若从键盘输入:abc def<回车>,则输出结果是( )。
A.def def
B.abc def
C.abc d
D.d d