What are different types of loops in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is difference between array and vector in c++?
When should I use unitbuf flag?
What are dynamic type checking?
What is a character in c++?
What is the difference between global variables and static varables?
What are the basics concepts of OOPS?
Explain the difference between class and struct in c++?
Who invented turbo c++?
Why use of template is better than a base class?
What is stack unwinding?
What is c++ stringstream?