void test(){ char *p = (char *) malloc(100); strcpy(p, "hello"); free(p); p=nullptr; }
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(0) 回帖