Q164
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board