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 |
What are the debugging methods you use when came across a problem?
Under what conditions is multiple inheritance not recommended?
Differentiate between a template class and class template?
What are pointer-to-members in C++? Give their syntax.
What do you mean by storage classes?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Difference between strdup and strcpy?
What are the different types of comments allowed in c++?
What is a unnitialised pointer?
Is c++ map a hash table?
What is the difference between new/delete and malloc/free?
please help to write the code of chess game in c++??????????