InterviewSolution
Saved Bookmarks
| 1. |
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 valueI had been asked this question in unit test.Origin of the question is Unsafe code & Pointers Basics topic in chapter Miscellaneous topics of C# |
|
Answer» Correct OPTION is (a) USE of RETURN STATEMENT is necessary in every function |
|