Definitions for "Main Program" Add To Word List
Login or Register  | Word Lists | Search History

The first program unit that starts executing when a program is run. The first statement of a main program usually is the PROGRAM statement.
Helpful?           0
a series of statements that are compiled as a unit
Helpful?           0
(n.) a program unit that is not a module, subprogram or block data program unit.
Helpful?           0
The first program in an application. This program receives control when the application is invoked.
Helpful?           0
A part of a program which calls subprograms but cannot be called by them.
Helpful?           0
The first program unit to receive control when a program is run.
Helpful?           0
In Fortran, a program unit, required for running, that can call other program units but cannot be called by them.
Helpful?           0
(IEEE) A software component that is called by the operating system of a computer and that usually calls other software components. See: routine, subprogram.
Helpful?           0