Answers for "c++ header using namespace"

C++
2

what is namespace in c++

Namespaces avoids name collisions bacause of large libraray in c++.
This feature was not supported in C
Posted by: Guest on September-03-2021

Browse Popular Code Answers by Language