Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.49 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.49 KB

🌀 Operating-Systems-Lab-S4 🌀

This repository contains programs done as a part of KTU S4 Operating Systems Lab

👉🏻Cycle-1

👉🏻Cycle-2

  1. 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
  2. Program to create a thread called add, which access two integers from the user and print the sum.
    👉🏻Code 👉🏻Output
  3. Program to create two thread and execute the addition of two numbers parallely in both threads.
    👉🏻Code 👉🏻Output

👉🏻Cycle-3