Answers

Question and Answer:

  Home  C++ Programming

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

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

 237 views

More Questions for you: