sir,why should we use using namespace std statement.even it is considered as a bad practice.why should use (std: before every type
for example:- std::cout<<“hello world !!”<<endl;
Use of using namespace
@manikantahariharan434 https://www.geeksforgeeks.org/using-namespace-std-considered-bad-practice/
Read this article. It is explained here.