Why do we need constructors in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace & why it is used in c++?
How can you quickly find the number of elements stored in a dynamic array?
What is dangling pointers?and what is memory leak?
Can we run c program in turbo c++?
How the virtual functions maintain the call up?
how to find the maximum of 10 numbers ?
Difference between pointer to constant vs. Pointer constant
How can I learn dev c++ programming?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What are stacks?
Which function should be used to free the memory allocated by calloc()?
Why are pointers not used in c++?