Saved Bookmarks
| 1. |
How many types of loops are there in C++?(a) 4(b) 2(c) 3(d) 1I got this question in an interview for internship.Question is from Statements topic in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» CORRECT answer is (a) 4 For EXPLANATION: There are FOUR types of loop. They are the while, do while, NESTED, for the loop. |
|