Which of the following statement is correct about the 'break' statement?

91. Which of the following statement is correct about the "break" statement?

  1. The break statement cancels the remaining iterations
  2. Break statement skips a particular iteration
  3. The break statement terminates the program
  4. None of the above

Answer: A) The break statement cancels the remaining iterations

Explanation:

The Break statement cancels the remaining iterations.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.