Wednesday, 8 August 2012

Which of the following correctly describes the meaning of‘namespace’ feature in C++? | 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 packing structure of classes in a program.
d. Namespaces provide facilities for organizing the names in aprogram to avoid name clashes.

Ans: d

No comments: