Return_(instruction) Return_(instruction)

Return (instruction) - Definition

Related Words: Account, Acquaintance, Acquisitions, Advice, Advocacy, Announcement, Assignment, Brief, Charge, Classes, Coaching, Command, Commission, Communication, Communique

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>.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.