Null character

The null character is used in the C and C++ programming languages to signify the end of C strings (character arrays). The null character is represented as '\\0' in source code and is stored internally as number 0 (that is, 00000000 (all bits cleared, or set to zero)) in the ASCII one-byte character system.

 
 

Browse articles alphabetically:
0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
 
[an error occurred while processing this directive]