A.  While stat() works on open file pointers, fstat() works on files specified by pathname

B.  While fstat() works on open file pointers, stat() works on files specified by pathname

C.  fstat() has nothing to do with files

D.  stat() has nothing to do with files

E.  fstat() is an alias of stat()

1
Correct Answer :
While fstat() works on open file pointers, stat() works on files specified by pathname
Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python