
Patrick B. answered 05/03/20
Tutor
4.7
(31)
Math and computer tutor/teacher
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;