Define namespace.

Answer Posted / beena

It is a feature in c++ to minimize name collisions in the global name space. This namespace keyword assigns a distinct name to a library that allows other libraries to use the same identifier names without creating any name collisions. Furthermore, the compiler uses the namespace signature for differentiating the definitions.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are guid? Why does com need guids?

572


What is a memory leak c++?

592


Should the member functions which are made public in the base class be hidden?

568


What is #include cmath?

665


What is the use of class in c++?

572






Is c++ a low level language?

519


Can manipulators fall in love?

570


What is the difference between passing by reference and passing a reference?

563


To solve the 8 Queens problem, which algorithm is used?

584


Can abstract class have normal methods?

616


What is the difference between function overloading and operator overloading?

579


hi all..i want to know oops concepts clearly can any1 explain??

1683


What is the use of bit fields in structure declaration?

544


What is the use of "new" operator?

662


Is it possible to provide default values while overloading a binary operator?

770