Name the three types of loops used in C++ programs?

Answers were Sorted based on User's Feedback



Name the three types of loops used in C++ programs?..

Answer / dharani

1) for loop
2)while loop
3)do-while loop

Is This Answer Correct ?    44 Yes 5 No

Name the three types of loops used in C++ programs?..

Answer / nasim ahmad

1.for loop
2.while loop
3.do while loop

Is This Answer Correct ?    20 Yes 3 No

Name the three types of loops used in C++ programs?..

Answer / memo

for loop
while loop
do while

Is This Answer Correct ?    4 Yes 0 No

Name the three types of loops used in C++ programs?..

Answer / zenishi

for loop
while loop
do while

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VC++ AllOther Interview Questions

Do I need microsoft visual c++?

0 Answers  


How do I install microsoft visual c++ 2015?

0 Answers  


What is microsoft visual c++ 2017 redistributable?

0 Answers  


How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use

2 Answers   Invensys,


What are the two forms of the #include preprocessor directive?

1 Answers  






What is microsoft visual c++ 2013 redistributable?

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


what r the vc++ components

3 Answers  


What is vcredist?

0 Answers  


How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?

0 Answers   Soft Solutions,


I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL and which DLL is from COM DLL. please give me some clear picture on these

2 Answers  


What is the purpose of declaring a variable as unsigned?

2 Answers  


Categories