Sail E0 Webinar
Question
Which of the following are correct syntaxes to send an array as a parameter to function:
Options:
A .  func(&array);
B .  func(array);
C .  func(*array);
D .  func(array[size]);
Answer: Option B


None.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers