Vidyalelo
C# Programming · Q48

Control Flow Statements in C Sharp

Programming · C# Programming · question 48

Q48

Which statement is correct among the mentioned statements? i. The for loop works faster than a while loop ii. for( ; ; )implements an infinite loop

A.
Only i is correct
B.
Only ii is correct
Answer
C.
Both i and ii are correct
D.
Both i and ii are incorrect

Answer: Option B

Solution

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