πŸ“Š C Programming
Q. Which function moves the file pointer to a specific location?
  • (A) fread()
  • (B) fseek()
  • (C) ftell()
  • (D) rewind()
πŸ’¬ Discuss
βœ… Correct Answer: (B) fseek()

Explanation: fseek() is used to set the file pointer position.

Explanation by: Mr. Dubey
fseek() is used to set the file pointer position.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate