What is the use of ‘using’ declaration?
Answer / beena
A using declaration makes it possible to use a name from a namespace without the scope operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do the header files usually contains?
Explain how the virtual base class is different from the conventional base classes of the opps.
Can you pass an array to a function in c++?
What do you know about friend class and friend function?
What is doubly linked list in c++?
Is c++ double?
What is the difference between global int and static int declaration?
Define pre-condition and post-condition to a member function in c++?
What is a map in c++?
What is extern c++?
What is a hash function c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].