Question: It has to be done as a c program. Thank you. Using standard/10 Library, write lab.c program that returns how many character in a file

It has to be done as a c program. Thank you.
Using standard/10 Library, write lab.c program that returns how many character in a file using fseek() and ftell(): >>gcc lab4.c-o lab4 >>./lab4 a.txt This C program will return how many characters in a.txt. So if a.txt contains: abcdefghijklmnopqrstuvwxyz it will return: Number of characters is 26
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
