Q. Which of the following correctly describes the meaning of ‘namespace’ feature in C++? (Solved)
1. namespaces refer to the memory space allocated for names used in a program
2. namespaces refer to space between teh names in a program
3. namespaces refer to space between the names in a program
4. namespaces provide facilities for organizing the names in a program to avoid name clashes
- d. namespaces provide facilities for organizing the names in a program to avoid name clashes