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
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Can I learn c++ without learning c?
Explain class invariant.
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the extension of c++?
Explain selection sorting. Also write an example.
What is a volatile variable in c++?
What do you mean by a template?
Explain the concept of friend function in c++?
Describe Trees using C++ with an example.
What is abstraction in c++ with example?
What are the unique features of C++.
What is function declaration in c++ with example?
What is the difference between equal to (==) and assignment operator (=)?