c control charectors back slash new line (in Hindi)

/* CSIT Concepts */
/* Basic C Programming Tutorial*/
/* c control charectors like ‘, “, , n etc */
/*
The backslash () indicates the start of an escape sequence.
The combination n is an escape sequence that represents a newline character.

n Represents a newline character
” Inserts a double quote ( “)
‘ Inserts a single quote ( ‘)
\ Inserts a backslash ()
b Represents a backspace
a Inserts a bell (alert) character
? Inserts a question mark ( ?)
t Represents a horizontal tab
v Represents a vertical tab
r Represents a carriage return
f Represents a form-feed character

*/

うさぎ

Posted by kanri