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