Home » C Programming » Functions » Question
  1. The value obtained in the function is given back to main by using ________ keyword.
    1. volatile
    2. return
    3. static
    4. new
    5. None of these
Correct Option: B

return



Your comments will be displayed only after manual approval.