Hey dude, I got my hair cut 2 years ago. My avatar image just old, that's all :-D
Actually, for C code, the comma operator is often useful in function-like macros that are supposed to 'return' a result and need to do several operations without ending the statement (ie with a semicolon).
A lot less useful in C++ where you just have an inline function.