Null Character

From OSDev.wiki
Revision as of 03:19, 18 April 2019 by osdev>Hextakatt
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. Usually, when writing non-null terminated strings to video memory, the letter 'S' is sometimes printed. Also can be others weirds combinations.