Answer Posted / kishore
A namespace is a simply declarative region the main purpose
is to localize the names of idetifies.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What return value must conversion operators have in their declaration?
How do you define/declare constants in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Write a note about the virtual member function?
If there are two catch statements, one for base and one for derived, which should come first?
Which programming language's unsatisfactory performance led to the discovery of c++?
Can we inherit constructor in c++?
Why do we use string in c++?
What is the most common mistake on c++ and oo projects?
What is private inheritance?
Define the operators that can be used with a pointer.
Is python written in c or c++?
What is difference between rand () and srand ()?
What does ctime() do?
What is a modifier in c++?