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 17

a. 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

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)