Circle the letter for the best answer to complete each statement or for the correct answer to each question.
Assume that a and b are pointers to integers and that a points to the object name. What is the effect of the statement b = a;
(a) The value of name is copied into b.
(b) The memory address stored in a is copied into b.
(c) The memory address stored in b is copied into a.
(d) The pointer a is now pointing to a different object.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.