c and c++ tutorials // online learning spot
When we compose a string for output to the monitor, there are some characters such as new line, tab, backspace, audio etc that cannot be type directly from keyboard. These characters are called Escape Sequence. These are all single characters and denoted by a back slash \ with a literal. Following is the list of some Escape Sequences:
When we compose a string for output to the monitor, there are some characters such as new line, tab, backspace, audio etc that cannot be type directly from keyboard. These characters are called Escape Sequence. These are all single characters and denoted by a back slash \ with a literal. Following is the list of some Escape Sequences:
No comments:
Post a Comment