填空题
下列程序的输出结果是______。
#include <iostream>
#include <cstring>
using namespace std;
void fun(const char*S,char &C) e=s[strlen(s)/2];
int main( )
char str[ ]="ABCDE";
char ch=str[1];
fun(str,ch);
cout<<ch;
return 0;
【参考答案】
[答案] ’C’
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
*str==’ 0’
点击查看答案&解析
填空题
问题处理方案的正确而完整的描述称为______。
点击查看答案&解析
相关试题
Date
空格
0
下列程序的输出结果为: Ohject id=0 ...
friend:Date