Vidyalelo
C Programming · Q210

C Fundamentals

Programming · C Programming · question 210

Q210

Which of the following method is accepted for assignment?

A.
5 = a = b = c = d;
B.
a = b = c = d = 5;
Answer
C.
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