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
Write your comments