Is this the valid C statement.
int a,b,c;
c = 5;
<<<
a = b = c;
Can anyone throw the light on this.
-Paresh
int a,b,c;
c = 5;
<<<
a = b = c;
>>>
-Paresh
Comment