Jump to content

Subroutine

From Simple English Wikipedia, the free encyclopedia
Revision as of 12:16, 5 September 2018 by 103.91.141.97 (talk) (Created page with "In computer programming, a subroutine is a code that is comprised of more codes — just like everything in programming — it's purpose is the same: execute an instruction/co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computer programming, a subroutine is a code that is comprised of more codes — just like everything in programming — it's purpose is the same: execute an instruction/command. Because subroutines are shorter, they can be typed faster and therefore be used more by programmers, hence saving time by being able to code faster.

Subroutines are commonly paired with parameter, a type of variable.