CSE 333 24su Exercise 3

Due: Friday, June 28th, 2024 by 10:00 am, No late exercises accepted.
Goals: Write a program that uses structs, typedef, and dynamic memory allocation (malloc/free).

Description: Your job is to write a C program that does the following:

Note: we will be using valgrind to test whether your code has a memory leak! (You probably should too...)



As usual, your code must:

You should submit your exercise to the course Gradescope.