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
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is null pointer and void pointer?
What is the best c c++ compiler for windows?
Can we provide one default constructor for our class?
What is lambda in c++?
Is oops and c++ same?
What is #include cmath?
Does dev c++ support c++ 11?
What is overriding in oop?
What is setiosflags c++?
What is c++ best used for?
Write a program using display() function which takes two arguments.
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
When does a name clash occur in c++? Explain what are single and multiple inheritances in c++?