Q. What does the 'ftell()' function return?
β
Correct Answer: (B)
File pointer position
Explanation: ftell() returns the current value of the file position indicator.