This document discusses escape sequences in C programming. Escape sequences use the backslash character to represent non-printable characters like tabs. They have unique ASCII values and all start with a backslash. Common escape sequences include tabs represented by 8 spaces, with the exact number varying by compiler.
2. Special Backslash Character
Constants in C
• Although it consists of two characters, it
represents single character.
• Each escape sequence has unique ASCII value.
• Each and Every combination starts with back
slash
• They are non-printable characters.
way2ITech