

MCQOPTIONS
Saved Bookmarks
1. |
Identify the output of the following C code snippet.#include#include#includeint main(){fork();printf ("Test 91!\n");return 0;} |
A. | Test 91! Test 91! |
B. | Test 91! |
C. | Hello 91! |
D. | Test 91!Test 91! |
Answer» E. | |