Which of the following syntax can be used to use a member of a namespace without including that namespace?
A. namespace::member
B. namespace->member
C. namespace.member
D. namespace~member
Answer: Option A
Related Questions on Introduction to C plus plus
What does the 'cin' object in C++ represent?
A. File output stream
B. File input stream
C. Standard output stream
D. Standard input stream

Join The Discussion