0
about cout
why is end1 used at the end of cout operator??
5 Answers
+ 2
endl*
+ 1
end line, to start a new line
0
i am computer science student. we learned all of c++ but not about this operator "endl"
0
endl is not an operator.. it is a stream manipulator.. of iostream header.. and u might been taught of \n
0
yup