To avoid using two users opening the same file in read/write mode, use ______

Options
- filelock()
- lock()
- flock()
- lockf()


CORRECT ANSWER : flock()

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement