Add more notes to null character in C

This commit is contained in:
Levi Bostian 2013-08-31 18:42:05 -05:00
parent 41f65bb341
commit 394ca958b3

View File

@ -27,7 +27,8 @@ Multi-line comments look like this. They work in C89 as well.
'\f' // new page
'\r' // carriage return
'\b' // backspace character
'\0' // null character
'\0' // null character. Usually put at end of strings in C lang.
// hello\n\0. \0 used by convention to mark end of string.
//print formatting:
"%d" // integer