1.

What is the use of iostream.h in C++?

Answer»

iostream stands for input/output stream. It is a header file which we include in our programs, to perform basic input-output operations.



Discussion

No Comment Found