Home Home  Article Index Article Index  
GuruPedia  

Return

In finance, the money generated by an investment is called the return.

In computer programming, subprograms (functions) will "return" to the higher-level programs, which called them; return ends the current task. In C++, return <X>; (where <X> 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 <X>.

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

Popular Topics

This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.  For the live article, click here.

Privacy