What is a dangling pointer in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer -to-members in C++? Give their syntax?
What is the use of vtable?
Explain how we implement exception handling in c++?
What are friend functions?
Are vectors faster than arrays?
What are the main differences between C and C++?
Which software is used to run c++ program?
What is switch case in c++ syntax?
What do you mean by enumerated data type?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Shall we use 'free' to free memory assigned by new, What are the further consequences??
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?