Computer Science, asked by rakshit8732, 2 months ago

write a program to demonstrate the use of horizontal tab and newline escape sequence.​

Answers

Answered by acousticflash0726
2

Answer:

In C programming language, there are 256 numbers of characters in character set. The entire character set is divided into 2 parts i.e. the ASCII characters set and the extended ASCII characters set. But apart from that, some other characters are also there which are not the part of any characters set, known as ESCAPE characters.

List of Escape Sequences



Attachments:
Answered by misssonali2006
1

Answer:

The HTML horizontal line is used to draw a horizontal line in a web page. It is used to divide an HTML page into the different horizontal sections. Horizontal lines are required when we need to display different types of content in the same HTML page in a distinct manner. The HR element is used to represent the horizontal line. It is an empty tag. Therefore, it does not contain any content in it.

Similar questions