Namespaces provide a method for preventing name conflicts or name clashes - Namespace

Q.  What is namespace in C++?
- Published on 22 Jun 15

a. It provides space between names.
b. namespace reserve the memory of variable at run time.
c. Namespaces provide a method for preventing name conflicts or name clashes
d. None of the above.

ANSWER: Namespaces provide a method for preventing name conflicts or name clashes

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)