With this line, int **arr=(int**) malloc(r* sizeof(int*));. you are telling to create an array of pointers to integers.
確定! 回上一頁