Question: Prbs function received an argument int j QUESTION 3 (25 marks) Build a Direct Memory Allocation (DMA) linked list with ten(10) nodes that uses a
QUESTION 3 (25 marks) Build a Direct Memory Allocation (DMA) linked list with ten(10) nodes that uses a loop to do function calls to : i- int PRBS (int i) function to get a random integer value to pass as item to function call in (ii). ii - void insert (node_n "head, int j, int item, char sort_option) function. Data insertion can be either ascending or descending based on sort_option. Organize pseudo codes for a) Data types and structure type definition, b) Main function, (6 marks) (2 marks) Data Structures ECD1211(DCEE) FEB 2021(MAIN) 4/5 C) PRBS function, d) Insert function (5 marks) (12 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
