Page 1 of 1

Which of the following method is accepted for assignment?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) 5 = a = b = c = d;
b) a = b = c = d = 5;
c) a = b = 5 = c = d;
d) None of the mentioned