2. Which of the following are considered Whitespace?
Answers
Space, tab, line feed also known as newline, carriage return, form feed, and vertical tab characters are considered as Whitespace.
- Space, tab, line feed also known as newline, carriage return, form feed, and vertical tab characters are considered as "Whitespace characters".
- This is because they perform the identical objective as the spaces between words and lines on a printed page which they compose reading simpler.
- Tokens are delimited or bounded by Whitespace characters and by additional tokens as in operators and punctuation.
- When parsing code which is the C compiler resists Whitespace characters unless one uses them as dividers or as elements of character constants or string literals.
- Using white-space characters for making a program more understandable. Point out that the compiler also deals with comments as a Whitespace.
#SPJ1
Correct option is - 2. Space between words.
white-space characters:- Space, tab, line- form feed, carriage return and vertical tab characters are called "white-space characters". They are called whitespace because they all are used for the same purpose like spaces between words and lines on a printed page.
Types of white space
There are two types of white space
- Micro whitespace
- Micro whitespaceMacro whitespace
Micro whitespace is used to give space between text lines, paragraphs and letter spacing etc. In macro whitespace is used to give distance between major elements in a composition. It is also used for paddings and margins.
For more questions
https://brainly.in/question/27721954
https://brainly.in/question/14344990
#SPJ1