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 |
State the difference between delete and delete[].
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is the difference between equal to (==) and assignment operator (=)?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Which bitwise operator is used to check whether a particular bit is on or off?
Which is most difficult programming language?
What is friend class in c++ with example?
Which is not a valid keyword a) public b) protected c) guarded
What are the comments in c++?
Explain abstraction.
When can I use a forward declaration?
Is java easier than c++?