C Function - C programming (MCQ) questions for Q. 27506
Q. In C, if you pass an array as an argument to a function, what actually gets passed?
- Published on 26 Feb 17a. Value of elements in array
b. First element of the array
c. Base address of the array
d. Address of the last element of array
ANSWER: Base address of the array