Q210
Which of the following method is accepted for assignment?
A.
5 = a = b = c = d;
B.
a = b = c = d = 5;
AnswerC.
a = b = 5 = c = d;
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board