Answer Posted / satheeshkumar
a namespace is a simply declarative region the main purpose
is is to localize the names of identifiers to avoid name
name collisions .
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can I learn c++ without knowing c?
If a function doesn’t return a value, how do you declare the function?
What new()is different from malloc()?
What are static member functions?
Will c++ be replaced?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Explain the use of this pointer?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is the need of a destructor?
Explain how to initialize a const data member.
What do you mean by late binding?
What does the ios::ate argument do?
what are the iterator and generic algorithms.
What does asterisk mean in c++?
Explain this pointer?