题目内容
试题2:
void test2()
{
char string[10], str1[10];
int i;
for(i=0; i<10; i++)
{
str1[i] = 'a';
}
strcpy(string, str1 );
}
查看答案
搜索结果不匹配?点我反馈