The Subroutines
admin | November 12, 2009
Subroutine can be thought of as small programs. Subroutine A is a name attributed to it, as much of a variable is. Unlike a variable, subroutine will not hold data. Instead has the code. When code in a subroutine is executed, the subroutine is said that “called”. ‘Call’ is used to call subroutines. Some subroutines [...]