MCQOPTIONS
Saved Bookmarks
| 1. |
What is the difference between stat() and fstat()? |
| A. | hile stat() works on open file pointers, fstat() works on files specified by pathname |
| B. | hile fstat() works on open file pointers, stat() works on files specified by pathname |
| C. | stat() has nothing to do with files |
| D. | tat() has nothing to do with files |
| E. | stat() is an alias of stat() |
| Answer» C. stat() has nothing to do with files | |