SyntaxFix
Write A Post
Hire A Developer
Questions
The default char is the character with an int value of 0 (zero).
char NULLCHAR = (char) 0;
char NULLCHAR = '\0';