Question: Write a program that reads the details of 5 programs into an array of structures. Use the following typedef. Your program should then display

Write a program that reads the details of 5 programs into an array of structures. Use the following typedef. Your program should then display the contents of each PCB on the screen as shown below: typedef struct { PCB; int id; char name[10] owner; int memory; char status[15]: CURRENT JOBS ID OWNER MEMORY (MB) STATUS 10 Khalid 10 Running 21 2232 Hamza 3 Ready System 20 Waiting 56 Khalid 2 Ready 70 Khalid 35 Ready
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
Heres a program in C that reads the details of 5 programs into an array of structures and then displ... View full answer
Get step-by-step solutions from verified subject matter experts
