You are on page 1of 1

Name : Javeria Tanveer Ahmed

Id #: 20211-30051
Exercise #1
Why we namespaces in C++?
Namespaces were introduced to the C++ Standard in 1995 and usually they are defined like
this: A namespace defines a new scope. They provide a way to avoid name collisions.
Namespaces in C++ are most often used to avoid naming collisions.

You might also like