πŸ“Š C Programming
Q. What does the 'ftell()' function return?
  • (A) File size
  • (B) File pointer position
  • (C) Error code
  • (D) Line number
πŸ’¬ Discuss
βœ… Correct Answer: (B) File pointer position

Explanation: ftell() returns the current value of the file position indicator.

Explanation by: Mr. Dubey
ftell() returns the current value of the file position indicator.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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