InterviewSolution
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 mentionedThe 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 |
|
Answer» RIGHT CHOICE is (d) NONE of the mentioned Easiest EXPLANATION - None. |
|