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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board