Mention the purpose of a Null Character in C strings.
If you use a literal string in a program, it is stored in consecutive bytes in memory
and the compiler places the null character at the end.
Mention the purpose of a Null Character in C strings.
If you use a literal string in a program, it is stored in consecutive bytes in memory
and the compiler places the null character at the end.