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
How does c++ structure differ from c++ class?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the difference between cin.read() and cin.getline()?
Explain stack unwinding.
What is the difference between the functions rand(), random(), srand() and randomize()?
Write a program to interchange 2 variables without using the third one.
Which one is better- macro or function?
Does c++ vector allocate memory?
Explain the uses oof nested class?
Is main a class in c++?
What are special characters c++?
What does extern mean in a function declaration in c++?
Explain what is oop?
How many different levels of pointers are there?
What is insertion sorting?