Choose the correct statement among the given statements?
(a) Use of return statement is necessary in every function
(b) Return statement may not be followed by a parenthesis
(c) A program may contain more than one return statement
(d) Return statement may not return a value
I had been asked this question in unit test.
Origin of the question is Unsafe code & Pointers Basics topic in chapter Miscellaneous topics of C#