What is the correct syntax of defining a namespace in C++?

Explanation:

C++ namespaces are defined using the namespace keyword.