Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) func(&array);
b) func(#array);
c) func(*array);
d) func(array[size]);