Wednesday, February 11, 2009

What value does read() return when it has reached the end of a file

Question :What value does read() return when it has reached the end of a file?
Answer :The read() method returns -1 when it has reached the end of a file.

No comments: