Q49
Which of the following is not infinite loop?
A.
for( '0' )
B.
for( ;'0'; )
AnswerC.
for( '1' )
D.
for( ;'1'; )
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board