1.

Which of the following is not a valid symbolic constant?(a) EPERM(b) ENDENT(c) EIOR(d) EEXISTI have been asked this question in semester exam.I want to ask this question from File handling System Calls in section System Programming I – Files of Unix

Answer»

Right OPTION is (c) EIOR

The best I can explain: EPERM displays not a super user (errno 1), ENDENT displays no such FILE or directory (errno 2), EEXIST displays file exist (errno 17).



Discussion

No Comment Found

Related InterviewSolutions