What is the purpose of a C++ namespace?
Answers were Sorted based on User's Feedback
Answer / satyagmk
Namespaces are used to avoid naming collisions associated
with the global names.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / raouf
The primary purpose of the namespace is to add an
additional identifier (the name of the namespace) to a name.
| Is This Answer Correct ? | 1 Yes | 1 No |
Name the most commonly used wizards?
What is microsoft visual c++ 2008 redistributable and do I need it?
Is visual c++ the same as c++?
What is a mnemonic?
How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use
What is the difference between the client and non-client areas?
Explain pointer to the constant and constant pointer? Explain difference between them.
Where can I find microsoft visual c++?
What is the default label used for in a switch statement?
How do I change visual code font?
Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?
Do I need microsoft visual c++?