What are namespaces in c++?
Answer / Lalit Mohan
Namespaces in C++ provide a mechanism for organizing identifiers to avoid naming conflicts. They help keep the global namespace clean and prevent collisions between user-defined names and system-provided names.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can user-defined object be declared as static data member of another class?
Can I uninstall microsoft c++ redistributable?
What are stacks? Give an example where they are useful.
Difference between shift left and shift right?
Is c++ built on c?
How can we check whether the contents of two structure variables are same or not?
What is a smart pointer?
What's the hardest coding language?
How can I improve my c++ skills?
What can c++ be used for?
Tell me difference between constant pointer and pointer to a constant.
What are manipulators in c++ with example?