I use JLS extensively both as a learning and teaching resource, but I\'ve noticed that there are some errors in it.
Given the following function call in C: fooFunc( barF开发者_运维技巧unc(), bazFunc() ); The order of execution of barFunc and BazFunc is not specified, so barFunc() may be called before bazFunc() o