Interview Questions

What is the use of ‘using’ declaration.

C++ Interview Questions and Answers


(Continued from previous question...)

6. What is the use of ‘using’ declaration.

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

(Continued on next question...)

Other Interview Questions