Possible Duplicate:
function parameter evaluation order
Assuming that I have a function with 4 arguments. Which parameter is considered first for execution and why.
I was trying to understand the ,
operator's significance used for the function prototype. As is the rule is it the last variable considered first?