Does std endl flush?



Does std endl flush?..

Answer / Sheeba Tabassum

Yes, std::endl flushes the output buffer after inserting a newline character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are the operators in c++?

1 Answers  


What is the best c++ compiler for windows 10?

1 Answers  


Is c++ a float?

1 Answers  


What is an inclusion guard?

1 Answers  


Explain the difference between new() and malloc() in c++?

1 Answers  


What is object in c++ wikipedia?

1 Answers  


What are put and get pointers?

1 Answers  


What is a container class? What are the types of container classes in c++?

1 Answers  


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


What does it mean to declare a member function as virtual?

1 Answers  


Which is most difficult programming language?

1 Answers  


What is the copy-and-swap idiom?

1 Answers  


Categories