Computer Science, asked by PragyaTbia, 1 year ago

.................. manipulator prints a newline. Fill in the blank

Answers

Answered by Ddv08
0
Hello,

Your answer ➡️

endl and

\n prints a new line.

Hope it helps you
Answered by Arslankincsem
1

c++ manipulator prints a newline.


The cout operative does not include a line failure at the end of the output.


One way to print two lines is to use the endl manipulator, which will put in a line break.


The current line figure \n can be used as an option to endl.


The backslash (\) is named an escape character and designates a unique style.


Similar questions