Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation. Windows (a) Create - process () (b) WaitForSingleObject () (c) CreateFile () (d) CloseHandle () UNIX (i) Open () (ii) Close () (iii) Fork () (iv) Wait () Code : (a) (b) (c) (d)
1.(iii) (iv) (i) (ii)
2.(iv) (iii) (i) (ii)
3.(iv) (iii) (ii) (i)
4. (iii) (iv) (ii) (i)