单项选择题

以下程序的正确运行结果是( )。
#include<iostream.h>
int fun(int);
void main()

int a=2,i;
for(i=0;i<3;i++)
cout<<fun(

A.<<end1;
cout<
<上一题 目录 下一题>
热门 试题

单项选择题
下面程序的输出结果是( )。 #include<iostream.h> #include string.h void main() char a[]= Hello Test ,b[]= Test ; strcpy(a,b); cout<<a<<end1;
A.Hello
B.Test
C.Hello Test
D.Hello Test HelloTest
单项选择题
已知一棵二叉树的先根序列为ABCDEFK,中根序列为DGBAFCK,则结点的后根序列为( )。
A.ACFKDBG
B.GDBFKCA
C.KCFAGDB
D.ABCDFKG
相关试题
  • 有如下程序: #include<iostream> usi...
  • 有如下程序: #include<iostream.h> ...
  • 有如下类说明: class TestClass int x...
  • 有如下程序: #include<iostream> usi...
  • 以下程序的输出结果是( )。 #include...