Answer Posted / saroj das ,balsore
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 ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is c++ similar to?
Which of the following is evaluated first: a) && b) || c) !
What is the auto keyword good for in c++?
What is polymorphism in c++? Explain with an example?
What is static function? Explain with an example
What programming language should I learn first?
What is prototype for that c string function?
What are keywords in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is data binding in c++?
What is decltype c++?
What is the full form nasa?
What do you mean by function pointer?
Explain how we implement exception handling in c++?
Are strings immutable in c++?