in C Plus Plus by (20.8k points)
What is the use of ‘using' declaration?

1 Answer

0 votes
by (31.6k points)

Using Declaration is used to refer a name from the namespace without the scope resolution operator.

Related questions

0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel (20.8k points)
0 votes
asked Jun 15, 2020 in C Plus Plus by Robindeniel (20.8k points)
0 votes
...