Q. If you pass an array as an argument to a function, what actually gets passed? (Solved)
1. Base address of the array
2. Value of elements in array
3. First element of the array
4. Address of the last element of array
- a. Base address of the array