Vidyalelo
C Programming · Q20

File Input Output

Programming · C Programming · question 20

Q20

What is the purpose of the 'ftell' function in C?

A.
To find the current position of the file pointer
Answer
B.
To find the total number of bytes in a file
C.
To check if a file is open
D.
To find the file's size

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board