What is the purpose of return statement?

This statement passes control back to the calling function or test. It also returns the value of the evaluated expression to the calling function or test. If no expression is assigned to the return statement, an empty string is returned.
Syntax: return [( expression )];

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions