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
Explain register storage specifier.
What does flush do c++?
explain the term 'resource acquisition is initialization'?
Is dev c++ a good compiler?
what is pre-processor in C++?
What is this weird colon-member (" : ") syntax in the constructor?
Which function should be used to free the memory allocated by calloc()?
Is string data type in c++?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Differences between private, protected and public and give examples.
Is c++ used anymore?
Explain the difference between c & c++?
What is c++ virtual inheritance?
Where do I find the current c or c++ standard documents?
What is the difference between interpreters and compilers?