Home » C Programming » Loops » Question
  1. Which keyword can be used for coming out of recursion?
    1. exit
    2. break
    3. return
    4. both break and return
    5. None of these
Correct Option: C

return



Your comments will be displayed only after manual approval.