Description of Subroutine and Functions :
More details on Subroutine and Functions can be gained from this online tutorial via inbuilt sample snippets. Describes that functions are collection of codes that can execute a specific process whereas the subroutine is also the same but does not return any value. Syntax is available with coding snippets.