Explain the concept of dynamic allocation of memory?


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

Post New Answer

More C++ General Interview Questions

Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  


Can notepad ++ run c++?

0 Answers  


What is iterator c++?

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,


What is ifstream c++?

0 Answers  






Where the memory to the static variables is allocated?

0 Answers  


Should I learn c++ c?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Differentiate between late binding and early binding.

0 Answers  


Categories