Ad

Chapter - 9: Arrays

When you pass an array as an argument to a function, what actually gets passed?


Ad
G
Sections
5
Exercises

1. address of the array
2. values of the elements of the array
3. address of the first element of the array
4. number of elements of the array 


Ans: 3. address of the first element of the array

Ad

© 2024 Garbage Valuegarbage value logo