Computer Science, asked by ebhanirabha, 4 hours ago

explain different catagories of system cals with example​

Answers

Answered by shreya6475
1

There are 5 different categories of system calls: process control, file manipulation, device manipulation, information maintenance, and communication

.

.

.

.

.

.

.

.

.

.

#THE GREAT SHREYA ❤️

Answered by sachin9715
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