MCQOPTIONS
Saved Bookmarks
| 1. |
A process executes the following codefor (i = 0; i < n; i ++) fork( );The total number of child processes created is |
| A. | n2 |
| B. | 2n+1 - 1 |
| C. | 2n |
| D. | 2n -1 |
| Answer» E. | |