But what if the user gives the size of the arrays, and i malloc the arrays ? Code: char **global; global = (char **)malloc(20*sizeof(char*)) ...
確定! 回上一頁