- Tasks are divided into smaller procedures, functions or subroutines.
- A procedural program is largely a single file with many procedures and a function named main ()
- main () function integrates
procedures by making calls to them.
- When a procedure is called the
control jumps to the called procedure or function.
Ex:
Fortran , ALGOL, COBOL,BASIC and C.
No comments:
Post a Comment