C/C++ reference: http://www.cppreference.com/

Laboratory 10: Handling Records by RRN

        In this lab, you will learn how to manipulate records in a file with fixed-length records.
        You will learn how to jump to a certain record (using its RRN) in order to read it or modify it.
        Remember that "RRN" is the "relative record number".
        The first record has RRN=0, the second has RRN=1, and so on. SOLUTION

YOUR TASK

Problem 1:  Read the records of a file and write them into another file in reverse order (last file first) Problem 2: Change the name of student in a specified record to a given name