Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the use of ‘using' declaration in C++
Home
C Plus Plus
What is the use of ‘using' declaration in C++
asked
Jun 11, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
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
(
31.6k
points)
Using Declaration is used to refer a name from the namespace without the scope resolution operator.
Related questions
0
votes
Q: Difference between Declaration and Definition of a variable.
asked
Jun 9, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-declaration
definition-variable
+2
votes
Q: Which type of memory is used by an Array in C++ programming language?
asked
Jan 21, 2021
in
C Plus Plus
by
SakshiSharma
(
32.2k
points)
#c
-array
#array
+1
vote
Q: For inserting a new line in C++ program, which one of the following statements can be used?
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
(
32.2k
points)
#c
-new-line
new-line-character
0
votes
Q: List the types of inheritance supported in C++.
asked
Jun 18, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-inheritance
0
votes
Q: What is Exception Handling? Does C++ support Exception Handling?
asked
Jun 15, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-exception-handling
#exception-handling
#support-exeption-handling
0
votes
Q: What is a template in C++
asked
Jun 15, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-template
#template
0
votes
Q: What is Polymorphism in C++
asked
Jun 15, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-polymorphism
#polymorphism-c
0
votes
Q: Does C++ support Multilevel and Multiple Inheritances?
asked
Jun 15, 2020
in
C Plus Plus
by
Robindeniel
(
20.8k
points)
#c
-multilevel-inheritance
-multiple-inheritance
...