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 does malloc return in C and C++?
Find the Factorial of a number using a program.
Tell us the size of a float variable.
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What is the difference between public, private, and protected inheritance?
Explain what happens when an exception is thrown in C++.
What is Coupling?
What are issues if we mix new and free in C++?
Describe the different styles of function prototypes in C++.
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
What is RTTI and why do you need it?