Define namespace.



Define namespace...

Answer / 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

More C++ Interview Questions

What are the major differences between C and C++?

0 Answers   Amazon,


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


What are string library functions(syntax).

0 Answers   Accenture,


What are Agilent PRECOMPILERS?

0 Answers   Agilent,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,






What's the value of the expression 5["abxdef"]?

0 Answers  


Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


What is meant by exit controlled loop?

0 Answers   Adobe,


How does free know the size of memory to be deleted

0 Answers  


Is there a difference between class and struct?

0 Answers  


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Categories