How can the function anotherfunc change the contents of the second element of myints?

a)myints[2] = something

b)*myints [2] = something

c)myints [2] = & something

d)myints [1] = something

Solved
Show answers

Ask an AI advisor a question