C++ Programming Question:
Download Questions PDF

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.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Define namespace in C++?What is an Iterator class in C++?