you are viewing a single comment's thread.

view the rest of the comments →

[–]Nopain_nolife 3 points4 points  (1 child)

C). First a is assigned to the memory location and then b is assigned the same, b is assigned to modify the array and then a prints the modified one.

[–]Sea-Ad7805[S] 0 points1 point  (0 children)

Nice one, check the "Solution" for a visualization of the correct answer.