Escape sequence in C

Escape sequence in C: 

The escape sequence in the C language is the sequence of the letters that do not stand out when used within a literal unit or character.

It is made up of two or more characters that start with a backslash \. Example: \n represents a new line.

Sequence                                                                  Meaning 


     \a                                                                                              Bell (alert) 

     \b                                                                                             Backspace 

     \n                                                                                              Newline 

     \t                                                                                              Horizontal tab                

      \\                                                                                              Backslash 

     \'                                                                                               Single quote 

     \"                                                                                              Double quotation

NEED WORK PRODUCE WORK

My name is Abdul Rehman I am from Pakistan. I am doing BS in Computer and information sciences. Currently, I am creating these blogs to help students of computer sciences all over the world..

Post a Comment (0)
Previous Post Next Post