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 the weaknesses of C++?
what is c++
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Comment on c++ standard exceptions?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is a container class?
What is recursion?
What do you mean by inheritance in c++?
What do you mean by function and operator overloading in c++?
What is general form of pure virtual function? Explain?
what is the use of void main() in C++ language?
How many ways can a variable be initialized into in C++?