Q.

What happens if no arguments are passed to the seek function?

A. file position is set to the start of file
B. file position is set to the end of file
C. file position remains unchanged
D. error
Answer» D. error
Explanation: seek() takes at least one argument.
1.7k
0
Do you find this helpful?
4

Discussion

No comments yet