+ 1
what is filestream in programming
websites like codechef & hackerearth takes answer in the form of filestream. how should i solve those problems.
1 Antwort
+ 1
A stream is a way of passing/accessing data that you are sending to or from a program. A filestream reads in/out data to/from a file