What is 'namespace' feature in C++?

Options
- Namespaces refer to space between the names in a program
- Namespaces refer to the memory space allocated for names used in a program
- Namespaces refer to space between the names in a program
- namespaces provide facilities for organizing the names in a program to avoid name clashes


CORRECT ANSWER : namespaces provide facilities for organizing the names in a program to avoid name clashes

Discussion Board
C++ - Namespace

Namespace is a new concept introduced by ANSI where C++ standard libraries are defined. It provides facilities for organizing the names in a program to avoid name clashes.

Prajakta Pandit 01-30-2017 06:58 AM

Write your comments


Enter the code shown above:

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


Advertisement