You never need to walk the string to find the \0 byte. e.g. for strlen.
For short strings no heap memory needs to be allocated or deallocated.
You never need to walk the string to find the \0 byte. e.g. for strlen.
For short strings no heap memory needs to be allocated or deallocated.