Top

Discussion

Which of the following are correct syntaxes to send an array as a parameter to function:

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

Answer: B

No answer description available for this question.
 

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

Post your comment