

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following correctly describes the meaning of namespace feature in C++? |
A. | Namespaces refer to the memory space allocated for names used in a program |
B. | Namespaces refer to space between the names in a program |
C. | Namespaces refer to space between the names in a program |
D. | Namespaces provide facilities for organizing the names in a program to avoid name clashes |
Answer» E. | |