adspace


What is ifstream c++?

Answer Posted / Vikas Kumar Tripathi

ifstream in C++ is an input file stream class. It allows reading data from a file, much like cin reads data from the standard input stream. The 'if' indicates that it is an input file stream, and 'stream' refers to the type of data being read (in this case, a sequence of bytes).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can union be self referenced?

1279


What character terminates all character array strings a) b) . c) END

1403


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1172


daily Routine of father

1492


What is the latest version on c++?

1217