6 Subprograms: Subroutines and Functions

A subprogram is a program unit that can be invoked from another program unit to perform a specific task. These subprograms are either written by the user or supplied as part of the Fortran library.

User-written subprograms include the following:

Subprograms supplied as part of the Fortran library are called intrinsic subprograms (or procedures). They perform mathematical, numeric, bit manipulation, character, and miscellaneous functions.

For More Information:


Previous Page Next Page Table of Contents