I would like to know if closing a stream also results in the resetting of the position of the stream in the particular file. In other words, if I close a stream, will the member function "seekg()", after reopening the stream, reset at the beginning of the file, or will it maintain its previous position?