题目详情
单选题 执行下面的程序: #include <iostream> #include <cstring> using namespace std; int main() { char s[10]; strcpy(s,"123456"); cin>>s; cout<<s<<endl; system("pause"); return 0; } 运行程序,输入abc,结果为()
A. abc
B. 123456
C. abc456
D. a

学科:默认课程
时间:2025-12-01 00:42:07
相关题目
相关作业
