Computer Science, asked by VivekBaurai, 2 months ago

Explain C character set with examples in c programming

Answers

Answered by itzmissunicorn276
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