The Return reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Return

People like you are child sponsors
In computer programming, subprograms (functions) will "return" to the higher-level programs, which called them; return ends the current task. In C++, return ; (where is an expression) is a statement of code which tells a function to return the execution, of the program, to the calling function, and report the value of .

This article is a stub. You can help Wikipedia by expanding it.