Parameter evaluation order before a function calling in C

No, function parameters are not evaluated in a defined order in C.

See Martin York’s answers to What are all the common undefined behaviour that c++ programmer should know about?.

Leave a Comment