Computer Science, asked by ghoshanjan525, 7 months ago

explain backslashcharacter constant.​

Answers

Answered by pawan7430
1

Answer:

A character constant is one or more characters enclosed in single quotes, such as 'A' , '+' , or '\n' . In the mikroC PRO for PIC, single-character constants are of the unsigned int type. Multi-character constants are referred to as string constants or string literals. For more information refer to String Constants.

Answered by sadafmannan
1

Explanation:

backslash character ( \ ) is used to introduce an escape sequence, which allows a visual representation of certain nongraphic characters. One of the most common escape constants is the newline character ( \n ).

hope it helps you

make it brainlist answer❤❤❤

Similar questions