有如下程序段: void GetMemeory(char* p) {     p = (char*) malloc (100) } void test() { char *str=NULL GetMemory(str) strcpy(str,”Thunder”) strcat(str+2, “Downloader”)   print
发布于 2022-03-03 17:10:07
有如下程序段:
void GetMemeory(char* p) { p = (char*) malloc (100) } void test() { char *str=NULL GetMemory(str) strcpy(str,”Thunder”) strcat(str+2, “Downloader”) printf(str) }请问运行Test函数结果是:
登录后免费查看答案
关注者
0
被浏览
42