What are different types of loops in c++?



What are different types of loops in c++?..

Answer / Ankit Rathi

In C++, there are three types of Loops: For loop, While loop, and Do-while loop.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Check for Balanced Parentheses using Stack?

1 Answers  


What is the difference between containment and delegation?

1 Answers  


When should we use container classes instead of arrays?

1 Answers  


Please explain class & object in c++?

1 Answers  


What is setiosflags c++?

1 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

1 Answers  


What is general form of pure virtual function? Explain?

1 Answers  


What is a character in c++?

1 Answers  


What is stream and its types in c++?

1 Answers  


Explain what are mutator methods in c++?

1 Answers  


What is c++ namespace?

1 Answers  


Why is c++ still used?

1 Answers  


Categories