Open In App

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:

  1. In UNIX Wait() is used to WaitForSingleObject() .
  2. In UNIX Fork() is used for create-process().
  3. In UNIX Create() is used for CreateFile().
  4. In UNIX Close() is used for CloseHandle()
  5. So, option (A) is correct.
    Quiz of this Question

Article Tags :