When there is a global variable and local variable with the same name, how will you access the global variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is a try block?
What is a dangling pointer?
What is a pointer how and when is it used?
What is rtti in c++?
What happens if a pointer is deleted twice?
Explain the use of virtual destructor?
is throwing exception from a constructor not a good practice ?
Explain the differences between private, public and protected and give examples.
What is function overloading c++?
What is the difference between operator new and the new operator?
What is a class template in c++?
Explain rtti.