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)
ETEA 25 Years Past Papers Subject Wise (Solved) (2 times)
ETEA Past Papers (1 times)
KPK Teacher Past Papers SST PST CT TT PET (2 times)
This question appeared in
Subjects (1 times)
COMPUTER (1 times)
Related MCQs
- Newton's third law of motion states that for every action, there is an equal and opposite reaction. Which of the following statements can be inferred from the above-mentioned law of motion? Statement 1: For every interaction, there is a pair of forces acting on the two interacting objects., Statement 2: The magnitude of the force on the first object equal the magnitude of the force on the second object., Statement 3: Forces always comes in pairs - equal and opposite action reaction force pairs., Statement 4: Action and its reaction act on two same bodies., Statement 5: Action and its reaction act on two different bodies.
- Sometimes we give a statement in favor of another statement, is called :
- The reasoning in which we generalized statement the statement is known as _____?
- Puget Sound Co. sold marketable securities costing $80,000 for $92,000 cash. In the company’s income statement and statement of cash flows, respectively, this will appear as _____?
- To every action there is always an equal and opposite reaction. This is the statement of ____?
- (i) Passing CSS examination gives happiness.(ii) Happiness produces smile. (iii) Passing CSS examination gives smile. If the statement (i) and (ii) are true, then the statement(iii) is :
- Which of following is invalid statement?
- In statement scanf("%c", & km); km is a(n)?
- Which of the following is not a looping statement of C++?
- Which one of the following is incorrect statement?