asked 218k views
5 votes
How can the function abcfunc change the address in its local copy of intpoint?

a) It can't.

b) Through an assignment statement.

c) By dereferencing intpoint.

d) By calling another function and passing intpoint by reference.

asked
User Rikalous
by
7.5k points

1 Answer

5 votes

Answer:

the correct answer is it cannot

answered
User Void Ray
by
8.4k points