+ 1
find meaning
this line mean ?? using namespace std;
1 ответ
+ 3
that means namespace is used to differentiate functions ur declared and standard(std) namespace provides.
If you don't use it have to write cout like
std : : cout << something;
this line mean ?? using namespace std;