Accenture Interview Question

Linked list implementation, and a=(b+3,b=5); a=?

Interview Answer

Anonymous

Sep 5, 2012

',' has right associativity. So a=8.