What is the use of a '\0' character?
4 years ago
C Programming
It is referred to as a terminating null character, and is used primarily to show the end of a string value.
Sanisha Maharjan
Jan 20, 2022