Question: Please create a C file that can compile with GCC File Size: Write a C program that will take a file name f as a
File Size: Write a C program that will take a file name f as a command line argument and will display in the standard output the size of f in bytes. You can safely assume that file names are C-type strings (with a null character at the end) of maximum length 32. For this problem, you can neither use the ftell nor the fseek functions. Please name this C file "Problem3. c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
