C++ Programming Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
Define namespace in C++? | What is an Iterator class in C++? |