题目内容
阅读下列程序,则在执行后,程序的运行结果为( )。#include "#include using namespace std;int main(){ char a[30]="nice to meet you!"; strcpy(a+strlen(a)/2,"you"); cout << a; return 0;}
查看答案
搜索结果不匹配?点我反馈