UGC-NET | UGC-NET CS 2017 Nov – III | Question 75
Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation.
(A) (1)
(B) (2)
(C) (3)
(D) (4)
Answer: (A)
Explanation:
- In UNIX Wait() is used to WaitForSingleObject() .
- In UNIX Fork() is used for create-process().
- In UNIX Create() is used for CreateFile().
- In UNIX Close() is used for CloseHandle()
So, option (A) is correct.
Quiz of this Question
Please Login to comment...