C++ Programming Question: Download C++ Programming PDF

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

Tweet Share WhatsApp

Answer:

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

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