题目内容

执行下列程序段时,输出的第1行是___(1)____,第2行是___(2)____,第3行是___(3)____,第4行是___(4)____。char s1[20],s2[20]="1+15=",s3[20]="125";strcpy(s1,"12345");// Astrcat(s2,"16");// Bcout<

查看答案
更多问题

执行下列程序段时,若从键盘输入:student and teacher,则输出为_________。char str[100];cin>>str;cout<

执行下列程序段时,若从键盘输入:student and teacher,则输出为_________。char str[100];cin.getline(str,100);cout<

设有数组定义如下:int a[10];则下列指针的定义与初始化中有语法错误的是( )。

A. int *p1=&a;
B. int *p2=a;
C. int *p3=&a[0];
D. int *p4=&a[1];

设有程序段如下:char str[]="abcde",*s=str;cout<

A. 运行时输出一个地址
B. 运行时输出字符‘a’
C. 运行时输出字符串“abcde”
D. 有语法错误,无输出

答案查题题库