std 3a 3acout and cout

Solutions on MaxInterview for std 3a 3acout and cout by the best coders in the world

showing results for - "std 3a 3acout and cout"
Roberto
24 Jul 2020
1//c++
2cout and std::cout both are same, but the only difference is that if we 
3use cout, namespace std must be used in the program or if you are not 
4using std namespace then you should use std::cout.