Help


from Wikipedia
« »  
In C / C ++, ( where is an expression ) is a statement that tells a function to return execution of the program to the calling function, and report the value of.
If a function has the return type void, the return statement can be used without a value, in which case the program just breaks out of the current function and returns to the calling one.

1.806 seconds.