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 |
Write a syntax and purpose of switch statement.
What is the difference between virtual functions and pure virtual functions?
Write a program that can take input from 3 to 8 and calculate the average?
Difference between Call by pointer and by reference.
dynamic scoping is
What is latest update of C++ ?
Explain the difference between C and C++.
What is function overloading and operator overloading in C++?
Explain the operator overloading feature in C++ ?
How to input string in C++
How to generate random numbers in C++ with a range?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,