Multiple choice Which of the following library functions is used to break out of a program? break statement exit() continue statement none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation This function allows a user to break out of a program.