I have this assignment and I was hoping someone could give me an example on how to do it. please!! Thank You!! Any help is greatly appreciated.
Simple e-‐mail address finder. Using the data below in a 2 dimensional character array create an e-‐mail address finder that ignores case of the input string and returns the e-‐mail address of the person listed. If the name is not listed, return an appropriate error message.
You say that it has to be a 2D character array, is 2D char * OK?
Here is one way you might do it.
You want to create a 2D array of char * that look like: