Question: In data structure module, here is a question. Write an OS++ program to delete each customer whose age is java, thanks a lot. This question
In data structure module, here is a question.

Write an OS++ program to delete each customer whose age is
java, thanks a lot.
This question is about storage of lists in memory. Treat the memory as a large integer array Mem. A list of customer entries is stored as a linked list with head-pointer located at cust. Each entry consists of an ID number followed by an age; each is an integer and occupies one location. Also, each pointer occupies one location. Example: cust 6 - 435 | 23 | 302 22 6 04 24 - 309 20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
