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
The question was asked by my college professor while I was bunking the class.
My query is from Structures and Functions in chapter Structures, Unions and Bit-Fields in C of C