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 |
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
C++ Public access specifier instead of Private – What is bad ?
What are string library functions(syntax).
How to run C++ program in cmd
What Is A Default Constructor in C++ ?
Write a program to read two numbers from the keyboard and display the larger value on the screen
What is Coupling?
What do you know about Volatile keyword in C++? Explain with an example code.
What is Boyce Codd Normal form?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
Can we provide one default constructor for our class?
How to convert integer to string in C++