What is Namespace?

Answer Posted / satheeshkumar

a namespace is a simply declarative region the main purpose
is is to localize the names of identifiers to avoid name
name collisions .

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are features of c++?

645


What is scope in c++ with example?

644


How would you use the functions memcpy(), memset(), memmove()?

628


Where is atoi defined?

589


Differentiate between declaration and definition.

592






What is singleton pattern in c++?

558


What does scope resolution operator do?

609


Why is it necessary to use a reference in the argument to the copy constructor?

641


Explain how we implement exception handling in c++?

583


Is c++ a high level language?

560


What is the best c++ ide?

610


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

643


What is the advantage of c++ over c?

570


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

346


Explain the concept of memory leak?

635