What is the difference between while and do while loop? Explain with examples.


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

Post New Answer

More C++ General Interview Questions

What is the role of copy constructor in copying of thrown objects?

0 Answers  


Can constructor be private in c++?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What sorting algorithm does c++ use?

0 Answers  


in C++ , the word plus plus who found this?

4 Answers  






Explain what you mean by a pointer.

0 Answers   TCS,


How a modifier is similar to mutator?

0 Answers  


What is the full form of c++?

0 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


What is a breakpoint?

0 Answers  


Will the following program execute?

0 Answers  


Categories