Vidyalelo
C++ Programming · Q65

Introduction to C++

Programming · C++ Programming · question 65

Q65

Which of the following syntax can be used to use a member of a namespace without including that namespace?

A.
namespace::member
Answer
B.
namespace->member
C.
namespace.member
D.
namespace~member

Answer: Option A

Solution

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