+ 4
What is âNULL Character â?
4 Answers
+ 4
(*(void)0)
+ 1
Null character is zero-valued ASCII character.
https://en.m.wikipedia.org/wiki/Null
+ 1
Null Character is zero-valued .
+ 1
Its a character that announces the end of a string
If you want to define a string as a char array and give it an initial value, the last element will be the null character and it's passed as this '\0'