内存泄露——结构体成员指针未初始化

struct studentapp {函数 char * name;spa         int  score;指针 }stu, *pstu;string int main()it {io strcpy(stu.name, 'Jimy');ast         stu.score = 90;变量         return  0;im } 问:这段代码有什么错误? 答:定义的结构体变量stu
相关文章
相关标签/搜索