当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

下列程序的输出结果为 #include voidmain() { char,a[]={”hello",”the",”world”}; char


下列程序的输出结果为

#include

void main()

{

char,a[]={”hello",”the",”world”};

char**pa=a:

pa++;

cout$amp;}

A.hello

B.the

C.world

D.hellotheworld

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题
  • 下列程序的输出结果为 include<iostream.h> int func(int n) {if(n<1) return 1; else retur n

  • ● 下面程序运行后的输出结果是 (59) 。 #include <stdio.h> #include <string.h> voi

  • 阅读下列程序段 则程序的输出结果为 #include stdio.h #define M(X Y)(X)*(Y) #define N(X Y)(

  • 下列程序段的输出结果为( )。 #include main() { static char a[]=language; char *p;

  • 下列程序的输出结果为()。#include<iostream.h>class TestClass{public:TestClass (){val++;}stat

  • 下列程序运行后 如果从键盘上输入ABCDE 则输出结果为______。#include#include