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 this c++ program execute or not?
Is it possible to get the source code back from binary file?
Please explain the reference variable in c++?
Can we define a constructor as virtual in c++?
How do you generate a random number in c++?
List the merits and demerits of declaring a nested class in C++?
What is main function in c++ with example?
What are mutator methods in c++?
What does sksksk mean in text slang?
How java is different from c and c++?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
What are shallow and deep copies?
What are keywords in c++?
What is a buffer c++?
What is else syntax in c++?