Advertisements
Advertisements
प्रश्न
The while statement repeats the execution of a block only when the given condition is:
पर्याय
False
True
1
0
MCQ
उत्तर
True
Explanation:
The while loop in programming continues running its block of code as long as the condition is true. The loop ends when the condition is no longer true.
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?