MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
A loop becomes infinite loop if a condition never ..
1.
A loop becomes infinite loop if a condition never becomes ________.
A.
TRUE
B.
FALSE
C.
Null
D.
Both A and C
Answer» C. Null
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
The continue statement can be used in?
The ________ statement is a null operation.
Python programming language allows to use one loop inside another loop known as?
If the else statement is used with a while loop, the else statement is executed when the condition becomes _______.
A loop becomes infinite loop if a condition never becomes ________.
Does python have switch case statement?
<pre class="result notranslate">'p' + 'q' if '12'.isdigit() else 'r' + 's'</pre>9.Which statement will check if a is equal to b?
What will be output of this expression:
In a Python program, a control structure:
Can we write if/else into one line in python?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply