单选题:有以下程序 #include main() {charstr[][20]={"Hello","Beijing"},*p= 题目分类:C语言 题目类型:单选题 查看权限:VIP 题目内容: 有以下程序 #include main() {charstr[][20]={"Hello","Beijing"},*p=str; printf("%d\n",strlen(p+20)); } 程序运行后的输出结果是( ) A.0 B.5 C.7 D.20 参考答案: 答案解析:
有以下程序 #include #defineF(X,Y)(X)*(Y) main() {inta=3,b=4; prin 有以下程序 #include #defineF(X,Y)(X)*(Y) main() {inta=3,b=4; printf("%d\n",F(a++,b++) 分类:C语言 题型:单选题 查看答案
OnespecialfeatureofCrystalEaristhat OnespecialfeatureofCrystalEaristhatA.youcancontrolitsvolum B.youneedn’ttakeitoff 分类:C语言 题型:单选题 查看答案
Which of the following is NOT true of Crystal Ear? Which of the following is NOT true of Crystal Ear?A.It is highly sensitiv B.It i 分类:C语言 题型:单选题 查看答案
设变量x为float型且已赋值,则以下语句中能将x中的数值保留到小数点后两位,并将第三位四舍五入的是( ) 设变量x为float型且已赋值,则以下语句中能将x中的数值保留到小数点后两位,并将第三位四舍五入的是( )A.x=x*100+0.5/100.0; B.x=(x 分类:C语言 题型:单选题 查看答案