Define namespace.
Answer / beena
It is a feature in c++ to minimize name collisions in the global name space. This namespace keyword assigns a distinct name to a library that allows other libraries to use the same identifier names without creating any name collisions. Furthermore, the compiler uses the namespace signature for differentiating the definitions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an abstract class?
How can you force the compiler to not generate them?
What is an abstract class in C++
0 Answers SwanSoft Technologies,
When would you choose to return an error code rather than throw an exception?
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
What is name mangling/name decoration?
What is data abstraction? How is it implemented in C++?
What are the advantages/disadvantages of using #define?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
What is the difference between realloc() and free() in C++?
How to invoke a C function using a C++ program?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,