Computer Science, asked by sakshihonrao2003, 7 months ago

..... method is used for random access of data in a CSV file​

Answers

Answered by Snehpriyanshu
8

Explanation:

Random access is the ability to access an arbitrary element of a sequence in equal time or any At first, the term "random access" was used because the process had to be capable of finding records no matter.

Answered by caffeinated
0

Answer is seek()

Explanation:

Meaning of Random Access

  • Random access is the ability to access data randomly.
  • It allows you to write or read information anywhere in the file.

()seek method:

  • seek() method sets the current file position in a file stream.
  • seek() method also returns the new position.

Thus seek() method is used for random access of data in a CSV file​.

#SPJ3

Similar questions