Write a function that populates the map with the entries in the file. 15% programming marks.
void populate_map(FILE *,char [30][30])
-modifies the map array to contain the entries described in the map file.