Multiple choice

Which of the following library functions is used to break out of a program?

  1. break statement

  2. exit()

  3. continue statement

  4. 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.