In this program at line 26, I don’t get how cout is used to move to the next line.
Use of cout to move to next line
@paras.bisht
hello Paras,
cout<<endl; will push cursor to nextline.
it is written after the inner loop so evertime a line get printed by inner loop and then cout<<endl push the coursor to nextline.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.