mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 14:17:02 +03:00
Add more notes to null character in C
This commit is contained in:
parent
41f65bb341
commit
394ca958b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user