What is the use of endl in c++?
Answer / Nimisha
endl in C++ is used to insert a newline character into a stream and flush it. It also forces the buffer to be written to the output device.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create a pure virtual function?
how can u create a doubly linked list with out using pointers?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Can c++ do everything c can?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
what you know about c++?
How do I make turbo c++ full screen?
What are the three types of access specifiers in C++?
What do you mean by Stack unwinding?
Write about all the implicit member functions of a class?
What is a class template?
Which is best ide for c++?