InterviewSolution
Saved Bookmarks
| 1. |
Which of the following loop works only with arrays?(a) for(b) while(c) for each(d) do while |
|
Answer» (c) for each |
|