How did c++ get its name?


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

Post New Answer

More C++ General Interview Questions

please help to write the code of chess game in c++??????????

1 Answers   NEC,


What is an Object/Instance?

1 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


What is an opaque pointer?

1 Answers  


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,






Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


What are the restrictions apply to constructors and destructors?

0 Answers  


What are move semantics?

0 Answers  


What is pointer to array in c++?

0 Answers  


Categories