char *string; string = (char *)malloc(100); string = NULL; ... returns a pointer to the beginning of that block and it is stored in the string variable.
確定! 回上一頁