Answer Posted / 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 |
Post New Answer View All Answers
Where do I find the current c or c++ standard documents?
Difference between pointer to constant and constant pointer to a constant. Give example.
Can member functions be private?
Where can I run c++ program?
What are keywords in c++?
Does c++ cost money?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Which is better c++ or java?
Why the usage of pointers in C++ is not recommended ?
Where must the declaration of a friend function appear?
What is time h in c++?
If I is an integer variable, which is faster ++i or i++?
Name the debugging methods that are used to solve problems?
Explain mutable storage class specifier.
Which is the best c++ compiler for beginners?