Answer Posted / atul shankhwar
A name clash occurs when a name is defined in more than one place. For example., two different class libraries could give two different classes the same name. If you try to use many class libraries at the same time, there is a fair chance that you will be unable to compile or link the program because of name clashes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is using namespace std in cpp?
What is the full form of india?
What is a unnitialised pointer?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is ofstream c++?
What is a stack? How it can be implemented?
How can I improve my c++ skills?
What are the various situations where a copy constructor is invoked?
Explain about vectors in c ++?
How do you sort a sort function in c++ to sort in descending order?
Write about all the implicit member functions of a class?
Explain how we implement exception handling in c++?
What is copy constructor? Can we make copy constructor private in c++?
Is c# written in c++?
Can a new be used in place of old mallocq? If yes, why?