Answer Posted / nimish singh
Multiple providers of libraries might use common global identifiers causing a name collision when an application tries to link with two or more such libraries. The namespace feature surrounds a library's external declarations with a unique namespace that eliminates the potential for those collisions.
This solution assumes that two library vendors don't use the same namespace identifier, of course.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are c and c++ different?
What is c++ try block?
What is public, protected, private in c++?
What is vector string in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Differentiate between declaration and definition.
What is null pointer and void pointer and what is their use?
How can you link a c++ program to c functions?
What do you mean by volatile and mutable keywords used in c++?
Which of the following is evaluated first: a) && b) || c) !
Explain deep copy?
What is the role of C++ shorthand's?
What jobs can you get with a c++ certification?