Now lets create a pointer variable of integer type and assign the address of the array Arr to this pointer. int *p; p = Arr;// or p = &arr[0];.
確定! 回上一頁