Unix IPC Question: Download Unix Inter-Process Communication (IPC) PDF

Predict the output of the following program code
main()
{
fork();
printf("Hello World!");
}

Tweet Share WhatsApp

Answer: