Answer Posted / neelam saini
It permits a program to reference an identifier in the global scope that has been hidden by another identifier with the same name in the local scope.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is Loop function? What are different types of Loops?
What is malloc in c++?
What is double in c++?
What are the basics of local (auto) objects?
How the endl and setw manipulator works?
What is the extension of c++?
Explain deep copy?
What is a c++ map?
What is a far pointer? where we use it?
Which software is best for c++ programming?
Will a catch statement catch a derived exception if it is looking for the base class?
Can manipulators fall in love?
Can comments be longer than one line?
How would you differentiate between a pre and post increment operators while overloading?
Define copy constructor.