Null Character

From OSDev.wiki
Revision as of 19:52, 3 March 2015 by osdev>Glauxosdev (moved Null character to Null Character: Style)
Jump to navigation Jump to search

The null character (or null terminator) belongs to control characters. It has ascii code 0x00 and unicode code u+0000. In C it is symbolized as "\0". It is used mainly to null-terminate strings.