Vidyalelo
C Programming · Q164

Structure and Union

Programming · C Programming · question 164

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board