回复:能解释吗?

回答: 3! anwsers. Avoid!红辣椒2004-06-30 17:23:18

all c function is pass by value, the parameter evaluation order is not determined in standard except for a few operators. So how the compiler evaluate the parameter's value in which order is compiler-specific, which is also subject to optimization phase.

During programming, this side effect should be avoid.

请您先登陆,再发跟帖!