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
Explain about Garbage Collector?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is the difference between the indirection operator and the address of oper-ator?
Explain the use of vtable.
What is void pointer in c++ with example?
What is difference between rand () and srand ()?
What is anonymous object in c++?
What is a c++ map?
What are the various oops concepts in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Explain the term memory alignment?
why and when we can declar member fuction as a private in the class?