What does file flush mean?



What does file flush mean?..

Answer / Sunder Singh

In programming, file flush is an operation that forces all buffered data to be written to the actual storage device (e.g., hard drive or memory card) from the buffer in RAM. This is useful when you want to ensure that data has been physically saved and not just held in a temporary buffer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is MySQLdb?

1 Answers  


Explain indexing and slicing operation in sequences

1 Answers  


How can you create a gui based application in python for client-side functionality?

1 Answers  


What flask is and its benefits?

1 Answers  


What are the types of functions in python?

1 Answers  


Which programming language is a good choice between java and python?

1 Answers  


What are the different ways to generate random numbers?

1 Answers  


Mention the use of // operator in Python?

1 Answers  


Describe how to send mail from a Python script.

1 Answers  


Explain about python’s parameter passing mechanism?

1 Answers  


What are some good python projects?

1 Answers  


What's the difference between list and tuples?

1 Answers  


Categories