adplus-dvertising
frame-decoration

Question

Which of the following statement creates infinite loop?

a.

for  (  ;  ;  )

b.

while (  ;  ;  )

c.

when (  ;  ;  )

d.

if(  ;  ;  )

Answer: (a).for  (  ;  ;  )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following statement creates infinite loop?