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
Do inline functions improve performance?
What is iostream in c++ used for?
Differentiate between a constructor and a method in C++.
What is class invariant in c++?
How do I use arrays in c++?
What is problem with overriding functions?
Why do we use classes in programming?
What are punctuators in c++?
What do you mean by overhead in c++?
Which compiler does turbo c++ use?
What is using namespace std in c++?
What are the main features of c++?
Why is null pointer used?
How are Structure passing and returning implemented by the compiler?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?