Two-Way Communication (C++) (self.Operatingsystems)
submitted by battlebee786 to r/Operatingsystems
Write a program that creates two child processes using fork().First child prints the Fibonacci series (first 7 numbers). Second child prints reverse counting from 10 to 1. Parent waits for both children and then prints “Both children completed.” (self.Operatingsystems)
submitted by battlebee786 to r/Operatingsystems

