Ipractice-logo


0

0

Answers

31. c) The following C program is executed on a Unix/Linux system: main() { int i=0; while (i<20) if (i%2==0) fork(); i++; return 0; } Calculate how many number of processes will be created after executing the above program. Options: 1. 1023 2. Infinite 3.1024 4. 2048

about 1 year ago
Gyandeep
Tiny_avatar13

Doubts in this Question

Related doubts

0
2
A 1.5 m long brass round bar is designed to abs
almost 3 years - Rakesh sarkar
0