Difference between cout and std::cout in C++
The cout is a predefined object of ostream class, and it is used to print the data on the standard output device. Generally, when we write a program in Linux operating system for G++ compiler, it needs âstdâ namespace in the program.We use it by writing using namespace std; then we can access any of