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 runtime polymorphism in c++?

0 Answers  


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


Is arr and &arr are same expression for an array?

0 Answers  


What is c++ similar to?

0 Answers  






State the difference between pre and post increment/decrement operations.

0 Answers  


How can a struct in c++ differs from a struct in c?

0 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


Are c and c++ similar?

0 Answers  


Difference between Operator overloading and Functional overloading?

10 Answers   HP,


What is the difference between map and hashmap in c++?

0 Answers  


Write syntax to define friend functions in C++.

0 Answers   HAL,


Categories