98.1k views
0 votes
Which of the following system calls is used to have a new program loaded into the new process's memory space?

Select one:
a. fork()
b. exec()
c. wait()
d. exit()

User Wloleo
by
8.4k points

1 Answer

0 votes

Step-by-step explanation:

b. exec() is used to have a new program loaded into the new process's memory space.

User Eeerahul
by
6.8k points