n–Tell the compiler that all names that are used in the program
belong to the “standard name space”
n– A namespace is a
mechanism for expressing logical grouping.
n– That is, if some declarations logically belong together
according to some criteria, they can be put in a common namespace to express that
fact.
n– You will always use the standard name
space in this course.
n