adspace


What is System call executable binary file into a process?

Answer Posted / Deepti Verma

A system call is a request made by a user-level program to the operating system's kernel for services such as file I/O, memory management, process scheduling, and network communication. When an executable binary file is loaded into memory and executed, it becomes a process, and the operating system's kernel handles these requests through system calls.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

2734