Get premium membership and access questions with answers, video lessons as well as revision papers.

Give the use of the following manipulators in a computer program. i)endl ii)ends

      

Give the use of the following manipulators in a computer program
i)endl
ii)ends

  

Answers


Davis
i)Outputs a newline character and flushes the stream
ii)outputs a null.
Githiari answered the question on February 18, 2018 at 11:03


Next: The following program will not compile as a C++ program.why not? #include using namespace std; int main() {(); return 0; } void f() { cout <<"this wont work"; }
Previous: Give 5 advantages and disadvantages of using a computer in the office

View More Computer Studies Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions