What is Namespace?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Is c++ a difficult language?
What is function prototyping?
To what does “event-driven” refer?
Explain rethrowing exceptions with an example?
What is a lambda function c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the best c++ ide?
What is the difference between new/delete and malloc/free?
Can c++ be faster than c?
Can a program run without main?
What is const in c++?
Why can’t you call invariants() as the first line of your constructor?