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 is c++ best used for?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

0 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  






What is a down cast?

0 Answers  


What is insertion sorting?

0 Answers  


Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


Are iterators pointers?

0 Answers  


Write about an iterator class?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Why cstdlib is used in c++?

0 Answers  


Categories