Contents
Definition[edit | edit source]
A subroutine (also called a subprogram) is “a routine that can be part of another routine; analogous to a sentence within a paragraph of narrative text.”[1]
Overview[edit | edit source]
As the name suggests, a subprogram behaves in much the same way as a complete computer program that is used as a step in a larger program. A subroutine is often coded so that it can be executed (called) several times and/or from several places during a single execution of the program, including from other subroutines, and branch back (return) to the point after the call once its task is done.
References[edit | edit source]
- ↑ U.S. Copyright Office, Compendium of Copyright Office Practices II, §326 (1984).
See also[edit | edit source]
This page uses Creative Commons Licensed content from Wikipedia (view authors). | ![]() |
Community content is available under CC-BY-SA unless otherwise noted.