0
What is namespace std?
While doing the tutorial of c++ in the very beginning I didn't got it! Can anyone explain?
1 Respuesta
+ 3
Basically, Namespaces act as folders for library files in order to prevent naming conflicts.
https://www.tutorialspoint.com/cplusplus/cpp_namespaces.htm