in Operating System
675 views
3 votes
3 votes
Which of the following system calls does not return control to the calling point, on termination?
a) fork
b) exec
c) ioctl
d) none of the option
in Operating System
by
675 views

1 comment

option b is correct. In exec, Control never returns to the original program unless there is an exec() error.
1
1

Please log in or register to answer this question.

Related questions