"using namespace std; " Here, what is namespace ?
Using namespace std;
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.