This repository contains programs done as a part of KTU S4 Operating Systems Lab
👉🏻Cycle-1
👉🏻Cycle-2
- Program to create 2 process one parent process must bring odd numbers up to limit n. At the same time child process must bring even numbers up to n. Also print the process id.
👉🏻Code 👉🏻Output - Program to create a thread called add, which access two integers from the user and print the sum.
👉🏻Code 👉🏻Output - Program to create two thread and execute the addition of two numbers parallely in both threads.
👉🏻Code 👉🏻Output