C Escape Sequences


			\a	Bell
			\b	Backspace
			\f	Form feed
			\n	Line feed
			\r	Carriage return
			\t	Horizontal tab
			\v	Vertical tab
			\'	Single quote
			\"	Double quote
			\\	Backslash
			\0	NULL character
			\7	Bell
			\ddd	Octal value
			\xddd	Hexadecimal value