Comp 252 -- Assignment #4 -- Due Tuesday, October 2, 1990 Write a function which take a string of the form "October 2" and returns the day of the week on which that date occurs. For example, "Tuesday" This is an exercise in the manipulation of pointers and strings. You are encouranged to use the string library routines of C but use of the various date routines is verboten.