

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is not possible under any scenario? |
A. | s1 = &s2; |
B. | s1 = s2; |
C. | (*s1).number = 10; |
D. | None of the mentioned |
Answer» C. (*s1).number = 10; | |