Skip to content
Related Articles
Open in App
Not now

Related Articles

UGC-NET | UGC-NET CS 2017 Nov – III | Question 75

Improve Article
Save Article
Like Article
  • Difficulty Level : Basic
  • Last Updated : 07 Sep, 2018
Improve Article
Save Article
Like Article

Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation.

4
(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

    My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!