Answer Posted / ramprasad g
The use of namespace is to avoid clash during naming of
variable,classes etc.
Suppose a company wants to release its version of a
function, it can create a separate namespace and then create a
function within that namespace.Another company can create a
function of same name, as long as it is in different
namespace.And the third company can use both the functions
in the same program by using resolving the namespace.
pakage concept of Java is a similar idea.
Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is prototype for that c string function?
Describe Trees using C++ with an example.
Define the process of error-handling in case of constructor failure?
Difference between delete and free.
Is C++ case sensitive a) False b) Depends on implementation c) True
What do the header files usually contains?
What is isdigit c++?
What is the latest c++ standard?
What is c++ redistributable?
What does iomanip mean in c++?
What is insertion sorting?
Why #include is used?
What is else if syntax?
What is linked list in c++?