CSE 333 25sp Exercise 3

out: Monday, April 7, 2024
due: Wednesday, April 9, 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...)


Your code must:

You should submit your exercise using the Gradescope dropbox linked on the course resources web page.