Post
by UFP2161 » Sun Aug 08, 2004 5:21 pm
The comma operator evaluates things from left to right, and returns the result of the last operation, i.e. tries to evaluate "%s World!" and then tries to evaluate strTest .. then it returns strTest, which is a string, which printf can directly print, and thus you get "Hello"