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

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

Read Online C++ Programming Job Interview Questions And Answers