What is Namespace?

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


Please Help Members By Posting Answers For Below Questions

What is the main function c++?

604


What are the advantages of using friend classes?

631


What is a lambda function c++?

555


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

965


What is c++ library?

598






What is the best c++ book for beginners?

578


What is the use of :: operator in c++?

605


What is std namespace in c++?

726


What are the implicit member functions of class?

597


What is ios flag in c++?

691


Can a class be static in c++?

573


When does a 'this' pointer get created?

624


Differentiate between late binding and early binding.

644


What is an html tag?

632


If a header file is included twice by mistake in the program, will it give any error?

552