Q. Which method moves the file pointer to a specific location?

  • (A) move()
  • (B) jump()
  • (C) seek()
  • (D) scan()
πŸ’¬ Discuss
βœ… Correct Answer: (C) seek()
Explanation: seek(offset) moves the file pointer to the specified byte position.
Explanation by: Mr. Dubey
seek(offset) moves the file pointer to the specified byte position.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
86
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate