\n is known as _________ sequence character.
Answers
Answered by
0
Answer:
\n is known as Newline Escape sequence character.
Explanation:
- These sequence are used in the programming language like C and C++.
- New Line escape sequence used to add new line in programming or source code.
- It is written in the double quote.
- This sequence used when programmer wants to add new line within the cout statement.
- With this, cout statement can execute multiple syntax in one go.
Similar questions