C++ Programming Question:

What is the use of ‘using’ declaration in C++?

Answer:

A using declaration in C++ makes it possible to use a name from a namespace without the scope operator.

Read All 120 C++ Programming Questions
Previous QuestionNext Question
Define namespace in C++?What is an Iterator class in C++?