1.

Which will be used with physical devices to interact from C++ program?(a) Programs(b) Library(c) Streams(d) IteratorsThis question was addressed to me in final exam.My question is based upon C Input Output in portion Strings, Streams & Numerics in C++ of C++

Answer»

The correct CHOICE is (c) Streams

Easiest explanation - C++ library uses streams to OPERATE with physical devices such as KEYBOARDS, Printers, Terminals or with any other type of FILES SUPPORTED by the system.



Discussion

No Comment Found

Related InterviewSolutions