How is using namespace std useful?
Namespace std use
Hello @govilayush
“ using namespace std ” means we use the namespace named std . std is an abbreviation for standard. So that means we use all the things with in std namespace . If we don’t want to use this line of code, we can use the things in this namespace like this. std ::cout, std ::endl
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.