Q41
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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board