Top

Discussion

Which of the following is the correct syntax to send an array as a parameter to function?

  • A.func(&array);
  • B.func(#array);
  • C.func(*array);
  • D.func(array[size]);

Answer: A

No answer description available for this question.

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

Post your comment