explain different catagories of system cals with example
Answers
Answered by
1
There are 5 different categories of system calls: process control, file manipulation, device manipulation, information maintenance, and communication
.
.
.
.
.
.
.
.
.
.
#THE GREAT SHREYA ❤️
Answered by
1
- Answer:
- Types of System Calls Windows
- File Management CreateFile() ReadFile() WriteFile() CloseHandle()
- Device Management SetConsoleMode() ReadConsole() WriteConsole()
- Information Maintenance GetCurrentProcessID() SetTimer() Sleep()
- Communication CreatePipe() CreateFileMapping() MapViewOfFile()
Similar questions