Copy-on-write allows a process to________
a. share the code (program) pages
b. share the stack pages even after the parent process calls other functions
c. increase the amount of main memory used overall
d. share pages with parent after a fork() before the pages are modified



Answer :

Other Questions