
ftell() function in c is used to get the total size of file after move the file pointer to the end of the file and it return the current position in long type.File can have more than 32767 bytes of dataSyntax : - long int ftell(FILE *stream)Let's Check out the Program for ftell() function in c...