Null Character

From OSDev.wiki
Revision as of 15:47, 2 March 2015 by osdev>Glauxosdev
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.