IoStream adalah file head er yang berisi semua fungsi program seperti Cout, Cin dan dll.

The C++ <iostream> header file declares a set of functions for 
 standard Input/Output. It also defines I/O stream objects such as 
 cin, cout, clog, etc.
Delightful Duck