Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the use of Namespace in c++.

Answer Posted / snigdhadeb ash.

Namespace is a new concept introduced by the ANSI C++
standards committee. This defines a scops for the
identifiers that are used in a program. For using the
identifiers defined in the namespace scope we must include
the using directive,like
using namespace std;
Here , std is the namespace where ANSI C++ standard class
libraries are defined. All ANSI C++ programs must include
this directive. This will bring all the identifiers defined
in std to the current global scope. using and namespace are
the new keywords of C++.

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 #include c++?

1110


Describe the syntax of single inheritance in C++?

1056


What is a pointer how and when is it used?

1079


How do c++ struct differs from the c++ class?

1181


Are iterators pointers?

1135


What is unary operator? List out the different operators involved in the unary operator.

981


What is the iunknown interface?

1114


When do we run a shell in the unix system?

1059


write a porgram in c++ that reads an integer and print the biggest digit in the number

2240


What is the use of endl in c++?

1000


Which is most difficult programming language?

1086


What is setf in c++?

1076


Can a program run without main function?

1136


Specify different types of decision control statements?

840


What is the full form nasa?

1080