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 are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
What is a lambda function c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is an arraylist c++?
Should the this pointer can be used in the constructor?
What are the benefits of pointers?
What is the difference between global variables and static varables?
Define a pdb file.
Define anonymous class.
What do you understand by pure virtual function? Write about its use?
Define a constructor - what it is and how it might be called (2 methods)?
Differentiate between a template class and class template?