what is meant by the statement # include<iostream.h>
Answers
Answered by
1
Answer:
iostream: iostream stands for standard input-output stream. This header file contains definitions to objects like cin, cout, cerr etc. iomanip: iomanip stands for input output manipulators. ... This header file is used to handle the data being read from a file as input or data being written into the file as output.
Similar questions