Multiple Choice
The ________ function causes the entire program to terminate, regardless of which function or control mechanism is executing.
A) terminate()
B) return()
C) continue()
D) exit()
E) break()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A function other than the main function
Q24: If a function has no return statement,
Q25: You may use the exit() function to
Q26: A function _ is a statement that
Q27: When you make a function call, the
Q29: A(n) _ argument is one that is
Q30: A _ variable is declared outside all
Q31: Both function headers and function calls must
Q32: A function can have zero to many
Q33: Although global variables can be useful, it