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 are the major differences between C and C++?
How to delete array of objects in C++? Proof by C++ code for proper deletion
What are pass by value and pass by reference?what is the disadvantage of pass by value?
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.
Explain the FOR loop with a help of a code.
Define namespace.
Write a program to generate the Fibonocci Series in C++.
How do you work around them?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is pass by value & reference.
Explain about Searching and sorting algorithms with complexities
How can a C function be called in a C++ program?