Top

Discussion

In C, if you pass an array as an argument to a function, what actually gets passed?

  • 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: C

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment