Answer Posted / beena
It is a feature in c++ to minimize name collisions in the global name space. This namespace keyword assigns a distinct name to a library that allows other libraries to use the same identifier names without creating any name collisions. Furthermore, the compiler uses the namespace signature for differentiating the definitions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between set and map in c++?
Is c++ still in demand?
Does c++ have finally?
write a C++ program for booking using constructor and destructor.
Why do we use vector in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
Is string data type in c++?
What is virtual destructor? What is its use?
Why pointer is used in c++?
What does int * mean in c++?
What is a manipulator in c++?
What are the advantages of prototyping?
Name the operators that cannot be overloaded.
Whats oop mean?
Are strings immutable in c++?