Solved
Forum Discussion
gid_216
13 years agoFrequent Contributor
Subroutine and function have same defination, throughout all tools these can't be differenciated based on tool.
Subroutine is a piece of reusable code that doesn't return anything to caller.
Function is a piece of reusable code that returns something to caller.
Subroutine is a piece of reusable code that doesn't return anything to caller.
Function is a piece of reusable code that returns something to caller.