Vidyalelo
C++ Programming · Q11

C++ miscellaneous

Programming · C++ Programming · question 11

Q11

What is the purpose of the 'using' directive in C++?

A.
To define a new namespace
B.
To declare a variable
C.
To declare a function
D.
To introduce a name from a namespace into the current scope
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board