Multiple Choice
This function causes a program to terminate, regardless of which function or control mechanism is executing.
A) exit()
B) terminate()
C) return()
D) continue()
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Select all that apply. Which of the
Q17: Given the following header for a function
Q18: A function _ eliminates the need to
Q19: It is possible for a function to
Q20: This is a dummy function that is
Q22: When used as parameters, these types of
Q23: A _ variable is declared outside all
Q24: A function's return data type must be
Q25: Given the following function:<br>void calc (int
Q26: If a function does not have a