When does a name clash occur?
Answer / 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 |
What do the keywords volatile and mean mutable?
Keyword mean in declaration?
What are keywords in c++?
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
What are virtual constructors/destructors?
Can a new be used in place of old mallocq? If yes, why?
In the derived class, which data member of the base class are visible?
Explain what you mean by a pointer.
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is #include sstream?