MCQOPTIONS
Saved Bookmarks
| 1. |
The following C programmain(){fork(); fork(); printf (“yes”);}if we execute this core segment, how many times the string yes will be printed? |
| A. | Only once |
| B. | 2 times |
| C. | 4 times |
| D. | 8 times |
| Answer» D. 8 times | |