find meaning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

find meaning

this line mean ?? using namespace std;

1st May 2018, 11:16 AM
Nirmal Dudhat
Nirmal Dudhat - avatar
1 Answer
+ 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;
1st May 2018, 11:28 AM
Yugabdh
Yugabdh - avatar