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 friend function in C++?
How many times will this loop execute? Explain your answer.
What is name mangling/name decoration?
Tell How To Check Whether A Linked List Is Circular ?
What is a class in C++?
1 Answers Amazon, TCS, UGC Corporation,
Define an Abstract class in C++?
What do you know about Volatile keyword in C++? Explain with an example code.
In C++ what do you mean by Inheritance?
Discuss about iteration statements in C++ .
What does malloc return in C and C++?
Explain the difference between C and C++.
What Is A Conversion Constructor C++ ?