Assignment title: C Programming
For this assignment, you are to: • Modify the output format of your Python script from Assignment 1 to match the input format of your C program from Assignment 2. • Write a program in C to generate random input for your Python script. • Write a driver program in C that, using Inter-Process Communication (IPC), links the output of the random input generator to the input of the Python script, and the output of the Python script to the input of the C program from Assignment 2