if ((A=malloc(n*sizeof(int))) != NULL) return 0; return 1;. } int* ptr; if (allocate(ptr,10)! = 1) do_something;. Passing a 2D Array to a ...
確定! 回上一頁