C++
Programming and Technical
Programming
Technical
What is the purpose of ftell ?
Read Solution (Total 1)
-
- long int ftell ( FILE * stream );
Get current position in stream
Returns the current value of the position indicator of the stream. - 10 years agoHelpfull: Yes(0) No(0)
C++ Other Question