InterviewSolution
Saved Bookmarks
| 1. |
Which keyword can be used for coming out of recursion?(a) break(b) return(c) exit(d) both break and returnThe question was posed to me in an international level competition.Enquiry is from Break and Continue topic in chapter Control Flow Statements in C of C |
|
Answer» RIGHT ANSWER is (B) return Explanation: NONE. |
|