Unspecified behavior (Definition)

Correct behavior that is not specified in the standard.

Although the standard attempts to cover every possible eventuality, there will be parts of an implementation that are not described in the standard. For example, the standard may not define the order in which arguments to a function are to be processed. Some implementations may process them from left to right and others from right to left.

See also:Behavior