What is the difference between while and do while loop?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What does return 0 do in c++?

0 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What are exceptions c++?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Define the process of handling in case of destructor failure?

0 Answers  






why we cant create array of refrences

4 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


Why do we use string in c++?

0 Answers  


How do you flush a buffer in c++?

0 Answers  


What is the fastest c++ compiler?

0 Answers  


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

0 Answers  


What is a c++ map?

0 Answers  


Categories