C++ Programming Question:

Download Job Interview Questions and Answers PDF

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

C++ Programming Interview Question
C++ Programming Interview Question

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++?