What is the output of this program? #include int main() { fork(); printf("linux\n"); return 0; } a) the string “linux” will print 1 time b) the string “linux” will print 2 times c) the string “linux”...


What is the output of this program?



   #include



   int main()


   {


       fork();


       printf("linux\n");


       return 0;


   }


a) the string “linux” will print 1 time


b) the string “linux” will print 2 times


c) the string “linux” will print 3 times


d) none of the mentioned



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here