What is the primary role of the "return ()" statement in a function body?
It returns the value and continues executing rest of the statements
It returns the value and stops the program execution
Stops executing the function and returns the value
It returns the value and stops executing the function
Correct Answer : D
Can you pass a anonymous function as an argument to another function?
If a function which does not return a value is known as _____
The execution of a function stops when the program control encounters the _________ statement in the body of the function.