How do you create a pointer to an array in C++?. Consider this example: int *ptr; int arr[5]; // store the address of the first // element of arr in ptr ptr = ...
確定! 回上一頁