University of Delaware

CISC105 - General Computer Science

Program #2

File I/O

  1. Goals

    This program is an exercise to familiarize you with the C Language concept of File I/O.
    You will need to perform the following:

  2. File I/O Exercise

    Create a program that performs the following facilitating the use of File I/O:


HINT:  Check out the "strcmp" function in the book to sort by employee name.