What is the output of the following code snippet and why? char *ptr; if ((ptr = (char *)malloc(0)) == NULL) puts("Gota null pointer");
NoSuchKey
Guess you like
Origin blog.csdn.net/qq_28258885/article/details/114173947
Recommended
Ranking