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

write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


What is the main function c++?

0 Answers  


Write about the stack unwinding?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  






What do you mean by public protected and private in c++?

0 Answers  


What are files in c++?

0 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What is abstraction with real time example?

0 Answers  


Explain how functions are classified in C++ ?

0 Answers  


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

0 Answers  


what is importance of data sturture in a programming language?

22 Answers   L&T, TCS, Wipro,


Categories