[SOLVED] Program that asks the user for the name of the file

7.00 $

Categories: ,
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Stat.zip (41.2 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (1 vote)
The Linux system call stat provides information of a specific file on the hard drive. More information about this system call can be found on the Internet or by typing man 2 stat on the Linux shell.

Your task is to use stat to write a program that asks the user for the name of the file, which is located in  the same directory as the executable, and displays the size of that file in bytes.

  • Stat.zip