Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

Q.) The action performed by a                         structure must eventually cause the loop to terminate.

(A) sequence
(B) case
(C) repetition
(D) process
Correct answer : Option (C) - repetition

Explanation:
 the action performed by a repetition structure must eventually cause the loop to terminate. otherwise, an infinite loop is created.

Share

Discusssion

Login to discuss.