Computer Science, asked by sr000751Efaa, 2 months ago

5. What is the use of \t and \n?

Answers

Answered by Prince063867
1

Answer:

n (New line) – We use it to shift the cursor control to the new line. \t (Horizontal tab) – We use it to shift the cursor to a couple of spaces to the right in the same line.

Answered by durgeshwari842005
0

Answer:

In C++,\n is used to print the text in the new line

Similar questions