Can recursive program be written in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ a difficult language?
write a C++ programming using for loop: * * * * * * * * * *
Is c the same as c++?
What's the "software peter principle”?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What are the basics concepts of OOPS?
how is returning structurs from functions?Show an eg?
What are the strengths of C++?
What is a c++ object?
List down the guideline that should be followed while using friend function.
Search for: what is pair in c++?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.