Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Return statement


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 [ ṣlocalurl: : |action=edit}} expanding it].



Read more »

Non User