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 cout flush?
What does return 0 do in c++?
What are the differences between java and c++?
Explain pass by value and pass by reference.
Define namespace in c++?
When does a 'this' pointer get created?
What is command line arguments in C++? What are its uses? Where we have to use this?
What is the fastest c++ compiler?
What is a lambda function c++?
Difference between Abstraction and encapsulation in C++?
What is the best way to take screenshots of a window with c++ in windows?
Write a note about the virtual member function?
Which programming language is best to learn first?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Describe delete operator?