Namaste, iam Francis Nichols, Have a blessed day.
What Is The \0 Character In C? [Solved]
\0 is zero character. In C it is mostly used to indicate the termination of a character string. Of course it is a regular character and may be used as such but this is rarely the case. The simpler versions of the built-in string manipulation functions in C require that your string is null-terminated(or ends with \0 ).22 Jan 2013
Declaration of 1D Character Arrays | Use of \0 Null Character Terminator | C Programming | Part 2
array declaration | declaration of arrays | 1d array |
C Programming Tutorial 86 - Intro to Strings and Null Character
Fundamental Data Types − Character
Programming & Data Structures: