Explain C character set with examples in c programming
Answers
Answered by
4
Answer:
Character:
bell (alert backspace horizontal tab the new line (line feed) vertical tab form feed carriage return a quotation mark (“) apostrophe (') a question mark (?) backslash (\b) null octal number hexadecimal number
Escape Sequence:
\a \b \t \n \v \f \r \” \' \? \\ \0 \o0 \xhh
Similar questions