Answer Posted / mohamed shafi k k
a namespace is a simply declarative region the main purpose
is to localize the names of identifiers to avoid name
name collisions .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is c++ faster than c?
What is exception handling? Does c++ support exception handling?
What is a class template?
Tell me difference between constant pointer and pointer to a constant.
write a function signature with various number of parameters.
What are compilers in c++?
What are the c++ access specifiers?
Describe private, protected and public?
What is private inheritance?
Are c and c++ similar?
What is the use of object in c++?
Does std endl flush?
What is encapsulation in C++? Give an example.
Do you need a main function in c++?
What does ctime() do?