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 are the debugging methods you use when came across a problem?

1 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


Differentiate between a template class and class template?

1 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


What do you mean by storage classes?

1 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Difference between strdup and strcpy?

0 Answers  


What are the different types of comments allowed in c++?

0 Answers  


What is a unnitialised pointer?

0 Answers  


Is c++ map a hash table?

0 Answers  


What is the difference between new/delete and malloc/free?

1 Answers  


please help to write the code of chess game in c++??????????

1 Answers   NEC,


Categories