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
State the difference between delete and delete[].
Why c++ is so important?
Does c++ have arraylist?
List the special characteristics of constructor.
What is split a string in c++?
What size is allocated to the union variable?
Can we overload operator in c++?
Explain how to initialize a const data member.
Is atoi safe?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What are the various situations where a copy constructor is invoked?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
When do we run a shell in the unix system?
What is the difference between a definition and a declaration?