Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between #define debug 0 and #undef debug?
What is the use of string in c++?
What are the different types of comments allowed in c++?
What are virtual constructors/destructors?
Why is c++ still best?
What is a stack? How it can be implemented?
Write about the access privileges in c++ and also mention about its default access level?
What is the best c++ compiler?
What is an orthogonal base class in c++?
How many static variables are created if you put one static member into a template class definition?
What is implicit pointer in c++?
Can constructor be static in c++?
What are the restrictions apply to constructors and destructors?
What is const pointer and const reference?
What is capacity in vector in c++?