Answer Posted / sandeep mannarakkal
Name space is a global declarative region where name are uniquely getting identified.
it is possible to insert 1) functions 2) variables 3) class/Structure 4) namespaces inside namespace.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
the maximum length of a character constant can be a) 2 b) 1 c) 8
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What happens if a pointer is deleted twice?
What are the operators in c++?
What problems might the following macro bring to the application?
Give example of a pure virtual function in c++?
Explain Memory Allocation in C/C++ ?
Is it possible for the objects to read and write themselves?
What is a float in c++?
What is the C-style character string?
What is ostream in c++?
What is static in c++?
Write a code/algo to find the frequency of each element in an array?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What are c++ files?