

MCQOPTIONS
Saved Bookmarks
1. |
Which statement is correct among the mentioned statements?1. The for loop works faster than a while loop2. for( ; ; )implements an infinite loop |
A. | Only 1 is correct |
B. | Only 2 is correct |
C. | Both 1 and 2 are correct |
D. | Both 1 and 2 are incorrect |
Answer» C. Both 1 and 2 are correct | |