Answer Posted / 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 |
Post New Answer View All Answers
What is scope resolution operator in c++ with example?
Is it possible to use a new for the reallocation of pointers ?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Is facebook written in c++?
Define virtual constructor.
What does return 0 do in c++?
What is polymorphism & list its types in c++?
What is an operator function? Describe the function of an operator function?
What is the difference between #import and #include in c++?
What can I safely assume about the initial values of variables which are not explicitly initialized?
How to declare a function pointer?
Is main a class in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Why c++ is the best language?
What is time h in c++?