

                              Welcome

        Project name -- Address Book

        Programmer -- Kaushlesh kumar

INTRODUCTION :- This software provides as an address book to the user
                storing Names, Addresses, and Phone No. stored in a
                database file. Each file can store 100 names, addresses,
                and phone nos.

      WORKING:- FOR ADDING DATA:- For adding data press '1'. Enter name,
                address, and phone no. as requested. All fields are comp-
                ulsory. If there is no data for any field fill it with any
                recognizable garbage (e.g. 000000). To quit the process hit
                enter without filling anything.

                FOR DELETING DATA :- Press '2'. Enter name to be removed.
                Follow the instructions.

                FOR SEARCHING A NAME WHEN YOU HAVE THE PHONE NO. :- Press '3'
                Enter the phone no.

                FOR SEARCHING A NAME WHEN YOU HAVE THE NAME :- Press '4'.
                Enter the name(it's case sensetive towards the first letter.).
                The names with the first letter matching with the query will
                be displayed along with the addresses and phone nos.

                FOR GETTING A LIST OF DATA :- Press '5'.

                FOR SORTING THE LIST :- Press '6'. The list will be sorted
                alphabetically by the first letter of the names.

                FOR LOADING THE DATABASE FILE :- Press '7'. Enter the path
                and filename of the database file and it will be loaded into
                the memory if the file exists.

                FOR EXITING :- Press '8'. If you want to close after saving
                press 'y', enter the path and the filename where you want to
                save the data or to quit wihout saving press 'x'.

                                                              Thank You.
                 

