Return the current position in a stream: how to use ftell : File Pointer « File « C / ANSI-CC / ANSI-C File File Pointer Return the current position in a stream: how to use ftell #include <stdio.h> int main () { FILE *file; long size; file = fopen ("my.txt","rb"...