char id[MAX_STOCKS][MAX_NAME];
The input data file can now be as shown in stock12.dat.
When we make this modification, we need only change the I/O utilities as in io_utils12.c.