Computer Applications
Which of the following is not a part of the looping construct?
- close
- for
- break
- continue
Related Questions
Choose the odd one out from the following:
- return
- break
- continue
- if-else
The while statement repeats the execution of a block only when the given condition is:
- False
- True
- 1
- 0
Fill in the blanks:
When the statements are repeated sequentially a number of times in a program, the construct is known as _________.
Fill in the blanks:
For loop is also known as _________ controlled loop.