|
|
| Author |
Message |
Rahul_kumar Warnings : 1 New User
Joined: 24 Jun 2006 Posts: 14
|
|
|
|
Hi,
I was asked how to read the last record of a sequential file.There are 2 possibilities:
1) The last record is an end of file thereby we can't read the last record.
2) If he means to say that the last record before EOF then is there any other way except to read all the records sequentially.
Regards,
Rahul |
|
| Back to top |
|
 |
References
|
Posted: Wed Aug 06, 2008 7:48 am Post subject: Re: How to read the last record of a sequential file |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7505 Location: 221 B Baker St
|
|
|
|
Hello,
You read the records sequentially from the front. |
|
| Back to top |
|
 |
|
|