Computers and Technology

Problem F. Assuming a file consists of fixed-length logical records, whose type is defined as t_record. The operating system only supports sequential-access to files via the following three system calls. t_record *read_next() // read the next record pointed to by the file pointer, advance the file pointer by one record, // and return a pointer pointing to the record read from the file
void write_next(t_record rec) // write the record rec to the location pointed to by the file pointer, // and advance the file pointer by one record
void reset() //reset the file pointer to the beginning of the file
WRITE pseudo code in C to implement the following two functions to simulate direct access read and write operations on this operating system that only supports sequential-access to files. (Hint: there is no guarantee on where the file pointer is when any one of the following two functions is called.)
t_record *read(int n) // read the n-th record in the file, and return a pointer pointing to the record read void write(int n, t_record rec) // write the record rec to the file as the n-th record

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 03:30, brin1021
Jessie has received a contract to build a real-time application for a baker. however, the baker doesn't want to invest too much money. his only requirement is that he wants the customers to know which cupcakes are available at what time and in what quantity. so his core requirement is that the details of product should be in real time. what platform can jessie use to develop this application?
Answers: 1
image
Computers and Technology, 23.06.2019 03:30, natalie2sheffield
Hashtags serve to identify the topic of a given tweet true false
Answers: 2
image
Computers and Technology, 24.06.2019 01:30, shonnybenskin8
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
image
Computers and Technology, 24.06.2019 20:30, michell200428
Drums installed, you would apply clicks of the parking brake to obtain a slight drag on both rear wheels
Answers: 1
Do you know the correct answer?
Problem F. Assuming a file consists of fixed-length logical records, whose type is defined as t_reco...

Questions in other subjects:

Konu
Mathematics, 04.12.2020 19:00
Konu
Mathematics, 04.12.2020 19:00
Konu
Mathematics, 04.12.2020 19:00