指出下列代码有什么错误。 (1) void test1(){ char string[10] char* str1="0123456789" strcpy(string,str1) } (2

发布于 2022-03-03 22:34:44

指出下列代码有什么错误。
(1)
void test1(){
    char string[10]
    char* str1="0123456789"
    strcpy(string,str1)
}
(2)
void test5(){
    int iv=0
    int &reiv
    int *pi
    pi=&iv
}

关注者
0
被浏览
76
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看