I have the following method to read in a data file using a struct and a doubly linked list.

The readFile method is as follows:


struct contact *readFile(char * FName,struct contact **ptrList)...