)code the function definition for anotherfunc, picking up the array myints. anotherfunc has no return value.

a)void anotherfunc (int myints []);

b)void anotherfunc (int myints * []);

c)void anotherfunc (int myints * & []);

d)void anotherfunc (int myints & []);

Solved
Show answers

Ask an AI advisor a question