1 answer
1
how many child process will be created for the following code.how many hello and welcome will be printed#include <stdio.h void main() { fork(); fork(); printf("H...