This repository contain operating system concept and also their implemetation in c programming language.
This repository contain operating system concept and also their implemetation in c programming language.
This code is compilled and executed in Ubuntu OS.
To compile: for Q1: gcc Q1.c
for Q2: gcc Q2.c
for Q3: gcc newProgram.c -o newProgram
: gcc currentProgram.c -o currentProgram
To run :
for Q1: ./a.out
for Q2: ./a.out
for Q3: ./currentProgram
Below is the screenshots for execution of program :
Q1
Q2
Q3
To compile: for Q1: gcc Q2a.c
To run : ./a.out
Below is the screenshots for execution of program :
Q.a.




