Your example indicates an array of 23 bytes, not worth fussing over. If you start to run short of RAM later on you can try managing the array memory yourself with malloc() and realloc().
Your example indicates an array of 23 bytes, not worth fussing over. If you start to run short of RAM later on you can try managing the array memory yourself with malloc() and realloc().