0
Why are we use namespace in c++ ?
4 Respuestas
+ 8
Namespaces are used to organize code into logical groups and to prevent name collisions that can occur especially when your code base includes multiple libraries. All identifiers at namespace scope are visible to one another without qualification
by Microsoft....!
0
👍
0
You should use search bar to search for similar questions before asking one, it has been answered before and you will find much more meaningful answers that way.
0
Thanks