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 Is Polymorphism in C++ ?

1 Answers   IBS, Impetus, ITC Indian Tobacco Company, Motorola,


How does free know the size of memory to be deleted

0 Answers  


How to run C++ program in cmd

0 Answers  


write a program To generate the Fibonacci Series.

0 Answers   Accenture,


Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?

0 Answers   Adobe,






Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


Explain the FOR loop with a help of a code.

0 Answers   Accenture,


What are Agilent PRECOMPILERS?

0 Answers   Agilent,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


Categories