// Use of scope resolution operator for namespace. #include<iostream> int main(){ std::cout << "Hello" << std::endl; }
Here, cout and endl belong to the std namespace.