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
Write a program to find the reverse Fibonacci series starting from N.
How many namespaces are there in c++?
What are the two types of comments?
Which method cannot be overridden?
Is main a class in c++?
is there any choice in opting subjects like 4 out of 7
Specify different types of decision control statements?
What is the latest c++ version?
Can static member variables be private?
What is multilevel inheritance explain with example?
Is c++ pass by reference or value?
What is static variable and difference between(const char *p,char const *p,const char* const p).
Explain how a pointer to function can be declared in C++?
What is #include math h in c++?
Give two or more real cenario of virtual function and vertual object