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
Why is c++ called oops?
When you overload member functions, in what ways must they differ?
What is difference between class and structure in c++?
What is the extraction operator and what does it do?
Implement stack operations with pointers with appropriate exception checks.
What is a string example?
How does list r; differs from list r();?
What are the restrictions apply to constructors and destructors?
Evaulate: 22%5 a) 2 b) 4 c) 0
What is scope in c++ with example?
Can we use pointers in c++?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
write a function signature with various number of parameters.
What is data abstraction? How is it different from data encapsulation?