Explore topic-wise MCQs in C# Questions & Answers For Loop Statements.

This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers For Loop Statements knowledge and support exam preparation. Choose a topic below to get started.

1.

Which statement is correct among the mentioned statements?i. The for loop works faster than a while loop

A. nii. for( ; ; )implements an infinite loop
B. Only i is correct
C. Only ii is correct
D. Both i and ii are correct
E. Both i and ii are incorrect
Answer» C. Only ii is correct