

MCQOPTIONS
Saved Bookmarks
1. |
What substitution should be made to //-Reference such that p1 points to variable t3 in the following C code?
|
A. | **p2 = &t3; |
B. | *p1 = &t3; |
C. | *p2 = &t3; |
D. | All of above |
E. | None of these |
Answer» D. All of above | |