Which operator is used to access the member functions and variables of an object in C++?
A. :
B. ::
C. ->
D. .
Answer: Option D
A. :
B. ::
C. ->
D. .
Answer: Option D
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