In the C programming language, strings are essentially arrays of characters terminated by a null character ('\0').
Understanding How C Strings Are Stored in the…
In the C programming language, strings are essentially arrays of characters terminated by a null character ('\0').