IntelĀ® Fortran Compiler 18.0 Developer Guide and Reference

Structure Declarations

A structure declaration defines the field names, types of data within fields, and order and alignment of fields within a record. Fields and structures can be initialized, but records cannot be initialized. For more information, see STRUCTURE.

See Also