Computer Science, asked by cutekhushicute7451, 11 months ago

Which of the following for loops will be an infinite loop?
A.for(; ;)
B.for(i=0 ; i<1; i--)
C.for(i=0; ; i++)
D.All of the above

Answers

Answered by GyaniRishabh2005
0
Hlo mate,

your answer is D. All of the above
Answered by GhaintMunda45
0

Hey !

______________________________

Which of the following for loops will be an infinite loop?

A.for(; ;)

B.for(i=0 ; i<1; i--)

C.for(i=0; ; i++)

D.All of the above

______________________________

Thanks !

Similar questions