Examveda
Examveda

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: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer