4.1.1 Unspecified behavior

This section describes behavior that is not specified by the ANSI standard.

(1)

Execution environment - initialization of static storage

Static data is output during compilation as a data section.

(2)

Meanings of character displays - final line location, backspace (\b), horizontal tab (\t), vertical tab (\t)

This is dependent on the design of the display device.

(3)

Types - floating point

IConforms to IEEE754Note.

Note

IEEE: Institute of Electrical and Electronics Engineers
IEEE754 is a system for handling floating-point calculations, providing a uniform standard for data formats, numerical ranges, and the like handled.

(4)

Expressions - evaluation order

Unspecified.

(5)

Function calls - parameter evaluation order

Unspecified.

(6)

Structure and union specifiers

See "(8) Bit field" for the boundary alignment of structure objects with bit fields.

(7)

Function definitions - storage of formal parameters

Unspecified.

(8)

# operator

Unspecified.