Initialization of pointer arrays
- Politechnika Śląska
- Fundamentals of Computer Programming
Initialization of pointer arrays • Problem: write a function month_name(n) , returning the name of the n -th month (in the form of a pointer to a string) • We will use a static array • month_name contains an array of pointers to 13 strings • … ret...