What is Namespace?

Answers were Sorted based on User's Feedback



What is Namespace?..

Answer / saroj das ,balsore

a namespace is a simply declarative region the main purpose
is is to localize the names of identifiers to avoid name
name collisions .

Is This Answer Correct ?    9 Yes 2 No

What is Namespace?..

Answer / mohamed shafi k k

a namespace is a simply declarative region the main purpose
is to localize the names of identifiers to avoid name
name collisions .

Is This Answer Correct ?    5 Yes 0 No

What is Namespace?..

Answer / kishore

A namespace is a simply declarative region the main purpose
is to localize the names of idetifies.

Is This Answer Correct ?    4 Yes 2 No

What is Namespace?..

Answer / satheeshkumar

a namespace is a simply declarative region the main purpose
is is to localize the names of identifiers to avoid name
name collisions .

Is This Answer Correct ?    4 Yes 2 No

What is Namespace?..

Answer / sandeep mannarakkal

Name space is a global declarative region where name are uniquely getting identified.
it is possible to insert 1) functions 2) variables 3) class/Structure 4) namespaces inside namespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is RAII (Resource Acquisition Is Initialization)?

1 Answers  


How the virtual functions maintain the call up?

0 Answers  


What is purpose of abstract class?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


What is stl containers in c++?

0 Answers  






How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


What are the defining traits of an object-oriented language?

0 Answers  


Which programming language is best?

0 Answers  


Why iomanip is used in c++?

0 Answers  


What is the average salary of a c++ programmer?

0 Answers  


What are the two types of comments?

0 Answers  


Why do we need constructors in c++?

0 Answers  


Categories