Inactive Tutor answered 05/03/20
Tutor
New to Wyzant
1) Requires less memory to pass data to subroutines as well as on the heap
2) As often as possible
3) It's simple, Just assign the array name to a pointer of the same time
Ex. int A[10];
int * Aptr = A;