Discussion :: C++ - MCQs
- Which operator is used to create the user-defined streams in c++?
Answer : Option C
Explanation :
We can make user-defined types with streams by overloading the insertion operator (<<) to put objects into streams and the extraction operator (>>) to read objects from streams.
Be The First To Comment