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 the use of void main() in C++ language?

0 Answers  


What are the different types of polymorphism?

3 Answers  


What is bubble sort c++?

0 Answers  


What is the difference between = and == in C?

16 Answers   Christ University, Intel,


How did c++ get its name?

0 Answers  






What are structures and unions?

0 Answers  


Difference between overloaded functions and overridden functions

0 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


What are proxy objects in c++?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


Why do you use the namespace feature?

0 Answers  


What is realloc() and free()? What is difference between them?

1 Answers  


Categories