M
Q. What is the output of the following program :
i = 0
while i < 5:
print(i)
i += 1
if i == 3:
break
else:
print(0)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. What is the space complexity of the recursive implementation used to find the nth fibonacci term?
Q. Which protocol provides the synchronization between media streams?
Q. enables the migration of the virtual image from one physical machine to another.
Q. Which of the following concepts make extensive use of arrays?
Q. print(matrix[i][1], end = " ")
Q. Who access the database occasionally and have different needs each time:
Q. Each class B network supports hosts.
Q. Also known as schematics, a way of illustrating the layout of an individual webpage is a:
Q. If o1 and o2 are two objects and distance between these objects is zero then it means_____
Q. Explanatory undo is, generally, a much more pleasant feature than .
Question analytics

Discusssion
Login to discuss.