+ 1
What is the use of "Returning Value from the Function" in the If else statement ?
3 Answers
+ 3
It mean you want to terminate the function and return program control and optionally a value to the point of invocation.
+ 1
Why not google it?
+ 1
You'll learn more if you go research the questions you keep asking