Array of pointer ... Let's create an array of 5 pointers. int *arr[5];. Where arr[0] will hold one integer variable address, arr[1] will hold another integer ...
確定! 回上一頁