Page 1 of 1

Which of the following is not possible under any scenario?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) s1 = &s2;
b) s1 = s2;
c) (*s1).number = 10;
d) None of the mentioned