Q117
Which of the following function can be used to terminate the main function from another function safely?
A.
return(expr);
B.
exit(expr);
AnswerC.
abort();
D.
both exit(expr); and abort();
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board