InterviewSolution
Saved Bookmarks
| 1. |
Question 3 of 25iWhich of the given options implies that there are twoloops that are nested?1Two loops, one after the other2Two loops, one inside the other3One loop with two different iteration counts4Two loops with the same iteration count |
|
Answer» Answer: 2 Explanation: TWO loops, one INSIDE the other IMPLIES that there are two loops that are NESTED. |
|