True/False
You may use the exit() function to return the flow of control from a function back to main() regardless of where the function was called from.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: A void function is one that<br>A) has
Q21: Breaking a program up into a set
Q22: A function with a return type of
Q23: A function other than the main function
Q24: If a function has no return statement,
Q26: A function _ is a statement that
Q27: When you make a function call, the
Q28: The _ function causes the entire program
Q29: A(n) _ argument is one that is
Q30: A _ variable is declared outside all