Explain the extern storage classes in c++.
No Answer is Posted For this Question
Be the First to Post Answer
Explain rethrowing exceptions with an example?
How we can differentiate between a pre and post increment operators during overloading?
Explain Text Manipulation Routines?
What is copy constructor? Can we make copy constructor private in c++?
What's the hardest coding language?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What is the use of :: operator in c++?
What is the difference between the parameter to a template and the parameter to a function?
Can a Structure contain a Pointer to itself?
What is a "RTTI"?
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.
Define the operators that can be used with a pointer.