Explain static and dynamic memory allocation with an example each.


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

Post New Answer

More C++ General Interview Questions

What is the use of volatile keyword in c++? Give an example.

1 Answers  


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

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


What is virtual methods?

0 Answers  


Is c better than c++?

0 Answers  






Please explain the reference variable in c++?

0 Answers  


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


What is a dynamic binding in c++?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


In c++, what is the difference between method overloading and method overriding?

0 Answers  


Explain the difference between static and dynamic binding of functions?

0 Answers  


Categories