Null Character

From OSDev.wiki
Revision as of 00:00, 10 September 2018 by osdev>Carver (addstub)
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

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.