Code a call to the function anotherfunc passing the array myints.

a)anotherfunc(myints []);

b)anotherfunc(int myints);

c)anotherfunc(myints & );

d)anotherfunc(myints);

Solved
Show answers

Ask an AI advisor a question