Respuesta :

Answer:

a) abcfunc (intpoint);

Explanation:

When calling a function we don't need to provide any symbols,we only have to provide the name of the variable.If the function accepts pointer variable , arrays or anything we just have to write the name of the variable.

So  here we  have  to  write abcfunc(intpoint);

So the option matching is potion a.

Answer:

a

Explanation: