Login
Remember
Register
Ask a Question
What is the use of ‘using' declaration in C++
0
votes
asked
Jun 11, 2020
in
C Plus Plus
by
Robindeniel
What is the use of ‘using' declaration?
#c
-declaration
#declaration-c
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 11, 2020
by
sharadyadav1986
Using Declaration is used to refer a name from the namespace without the scope resolution operator.
...