Home » C Programming » Error Handling » Question
  1. Within main, return expr statement is equivalent to ________
    1. exit(expr)
    2. ferror(expr)
    3. abort(expr)
    4. All of above
    5. None of these
Correct Option: A

exit(expr)



Your comments will be displayed only after manual approval.