Which keyword can be used for coming out of recursion?
(a) break
(b) return
(c) exit
(d) both break and return
The 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