单选题:有以下程序 #include main() {charstr[][20]={"Hello","Beijing"},*p=

  • 题目分类:C语言
  • 题目类型:单选题
  • 号外号外:注册会员即送体验阅读点!
题目内容:
有以下程序
#include
main()
{charstr[][20]={"Hello","Beijing"},*p=str;
printf("%d\n",strlen(p+20));
}
程序运行后的输出结果是( ) A.0
B.5
C.7
D.20
参考答案:
答案解析:

他事先没有充分调查研究,( )得出了错误的结论。

他事先没有充分调查研究,( )得出了错误的结论。A.以至 B.B。以致 C.甚至 D.直至

查看答案

有以下程序 #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++)

查看答案

OnespecialfeatureofCrystalEaristhat

OnespecialfeatureofCrystalEaristhatA.youcancontrolitsvolum B.youneedn’ttakeitoff

查看答案

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

查看答案

设变量x为float型且已赋值,则以下语句中能将x中的数值保留到小数点后两位,并将第三位四舍五入的是( )

设变量x为float型且已赋值,则以下语句中能将x中的数值保留到小数点后两位,并将第三位四舍五入的是( )A.x=x*100+0.5/100.0; B.x=(x

查看答案