Computer Science, asked by osama15, 4 months ago

How to insert new line in c++

Answers

Answered by harshitaverma84
1

Explanation:

Both \n and endl are used to break lines. However, \n is used more often and is the preferred way.

Similar questions