Q. What does tell() return? (A) Number of lines in file (B) Current file pointer position (C) Size of file (D) Line content ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Current file pointer position Explanation: tell() returns the current position of the file pointer.