Programming Language Control Statements

Which statement is the opposite of the break statement and is also known as the bypass statement?

وقفے کے بیان کے برعکس کون سا بیان ہے اور اسے بائی پاس بیان کے نام سے بھی جانا جاتا ہے؟
Answer: Continue
Explanation

The continue statement is the opposite of the break statement; it skips the current iteration and moves to the next one in a loop.

It's also called the bypass statement because it bypasses part of the loop code.

This question appeared in Past Papers (5 times)
This question appeared in Subjects (1 times)

Install this app on your device for quick access right from your home screen.