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
Comment on c++ standard exceptions?
What is switch case in c++ syntax?
What do you mean by persistent and non persistent objects?
What are the 3 levels of programming languages?
What are the data types in c++?
Explain all the C++ concepts using examples.
Write a recursive program to calculate factorial in c++.
How we can differentiate between a pre and post increment operators during overloading?
Is c++ high level programming language?
What is a wchar_t in c++?
Is c++ a dying language?
What is the output of the following program? Why?
What is c++ used for in games?
Explain how to initialize a const member data.
What are the 5 oop principles?