Strange gcc behaviour



just a quick one ...

why does this work ?

int a,b,c;

a = 56 + 3,
b = 29 * 2,
c = a * 2;

(those are really COMMAS up there , NOT SEMICOLONS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]