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 |
What is MySQLdb?
Explain indexing and slicing operation in sequences
How can you create a gui based application in python for client-side functionality?
What flask is and its benefits?
What are the types of functions in python?
Which programming language is a good choice between java and python?
What are the different ways to generate random numbers?
Mention the use of // operator in Python?
Describe how to send mail from a Python script.
Explain about python’s parameter passing mechanism?
What are some good python projects?
What's the difference between list and tuples?