9. Is using exit() the same as using return? No. The exit() function is used to exit your program and return control to the operating system. The return statement is …
C ProgrammingInterview Questions and AnswersTechnical Interview Questions and Answers