Ask a Question

Why we use header file #include< iostream.h>, #include in c++?


Bijurika

on 2017-10-14 14:58:33  

iostream provides basic input and output services for C++ programs. iostream uses the objects cin , cout , cerr , and clog for sending data to and from the standard streams input, output, error (unbuffered), and log (buffered) respectively.