What’s the runtime beh...
发布于 2022-03-03 17:31:26
What’s the runtime behavior of below code piece?(单选)
int *p = (int *)malloc(sizeof(int))
p = NULL
free(p)
int *p = (int *)malloc(sizeof(int))
p = NULL
free(p)
登录后免费查看答案
关注者
0
被浏览
41