Vidyalelo
C# Programming · Q49

Control Flow Statements in C Sharp

Programming · C# Programming · question 49

Q49

Which of the following is not infinite loop?

A.
for( '0' )
B.
for( ;'0'; )
Answer
C.
for( '1' )
D.
for( ;'1'; )

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board