NULL CHARACTER STRING

If I don’t specify the null character, does the compiler automatically add one?

@diganta_7777 strings are always terminated by null character.

OK! Thanks .