內存泄露——結構體成員指針未初始化

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
相關文章
相關標籤/搜索