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 do you mean by persistent and non persistent objects?
What is the full form of ios?
What is insertion sorting?
Do you need a main function in c++?
Is linux written in c or c++?
If dog is a friend of boy, is boy a friend of dog?
Is java a c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What methods can be overridden in java?
Is c# written in c++?
By using c++ with an example describe linked list?
How would you obtain segment and offset addresses from a far address of a memory location?
What is a c++ map?
What are inline functions? What is the syntax for defining an inline function?
What do you mean by static variables?