What is the namespace used aprogram | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the namespace used aprogram

5th Feb 2018, 2:18 PM
Nabeel
2 Answers
0
namespaces are a way to organise your code into different modules. in c++, std is one such namespace where all commonly used methods and variables are defined. you can also create your own namespaces.
5th Feb 2018, 5:41 PM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar
0
yes is std
5th Feb 2018, 6:52 PM
Adelakun Muheez
Adelakun Muheez - avatar