3

違いは何ですか

void AllocateArray(int **arr,int size)

と:

void AllocateArray(int *arr,int size)

両方を使用して1D配列のみを割り当てる必要がありますが、違いは何ですか?

4

2 に答える 2