char * p = NULL; p = (char *)malloc(strlen("hello")+1); strcpy(p, "hello");. In each of these cases, the following memory space will be allocated: Note that the ...
確定! 回上一頁