Chapter 19: Returning Arrays - comp.lang.c Frequently Asked Questions
The moral is that although the static return array technique will work, the caller has to be a little bit careful, and must never expect the return pointer from one call to the function to be usable after a later call to the function. ......