Using namespace std;

"using namespace std; " Here, what is namespace ?

hello @yashsharma4304
giving a name to some block in c++ is namespace.

to understand this , u need to learn about namespaces , and its syntax.
pls refer this->article
feel free to ping me back for any help

1 Like

Ok sure and thanku for providing this article.