What is the primary role of the "return ()" statement in a function body?
a) It returns the value and continues executing rest of the statements
b) It returns the value and stops the program execution
c) Stops executing the function and returns the value
d) It returns the value and stops executing the function