InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    A process termintes when it finishes executing it's last statement and asks o.s to delete it using....... System call | 
                            
| Answer» HLO Mate.. Answer-A process terminates when it finishes executing its final statement and asks the operating system to DELETE it by using the exit() system call. ... All the RESOURCES of the process — including PHYSICAL and virtual memory, open files, and I/O buffers — are deallocated by the operating systemHope this is helpful.. | |